Package | Description |
---|---|
eu.maxschuster.vaadin.autocompletetextfield.provider |
Modifier and Type | Method and Description |
---|---|
MatchMode |
CollectionSuggestionProvider.getMatchMode() |
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) |
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 © 2016 Max Schuster. All Rights Reserved.