Package | Description |
---|---|
eu.maxschuster.vaadin.autocompletetextfield.provider |
Modifier and Type | Method and Description |
---|---|
MatchMode |
CollectionSuggestionProvider.getMatchMode()
Gets the
MatchMode of this provider. |
static MatchMode |
MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchMode[] |
MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionSuggestionProvider.setMatchMode(MatchMode matchMode)
Sets the
MatchMode of this provider. |
CollectionSuggestionProvider |
CollectionSuggestionProvider.withMatchMode(MatchMode matchMode)
Sets the
MatchMode of this provider. |
Constructor and Description |
---|
CollectionSuggestionProvider(Collection<String> values,
MatchMode matchMode) |
CollectionSuggestionProvider(Collection<String> values,
MatchMode matchMode,
boolean ignoreCase) |
CollectionSuggestionProvider(Collection<String> values,
MatchMode matchMode,
boolean ignoreCase,
Locale locale) |
Copyright © 2017 Max Schuster. All Rights Reserved.