Package | Description |
---|---|
eu.maxschuster.vaadin.autocompletetextfield | |
eu.maxschuster.vaadin.autocompletetextfield.provider |
Modifier and Type | Method and Description |
---|---|
protected Set<AutocompleteSuggestion> |
AutocompleteTextFieldExtension.querySuggestions(AutocompleteQuery query)
Executes the given
AutocompleteQuery and makes sure the result is
within the boundries of the AutocompleteQuery 's limit. |
Collection<AutocompleteSuggestion> |
AutocompleteSuggestionProvider.querySuggestions(AutocompleteQuery query)
Finds
AutocompleteSuggestion s for the given
AutocompleteQuery . |
protected Set<AutocompleteSuggestion> |
AutocompleteTextFieldExtension.querySuggestions(String term)
Creates an
AutocompleteQuery from the given search term and the
internal AutocompleteTextFieldExtension.suggestionLimit and executes it. |
Modifier and Type | Method and Description |
---|---|
protected elemental.json.JsonValue |
AutocompleteTextFieldExtension.suggestionsToJson(Set<AutocompleteSuggestion> suggestions)
Converts the given
AutocompleteSuggestion into a
JsonValue representation because JsonCodec can't handle
it itself. |
Modifier and Type | Method and Description |
---|---|
Collection<AutocompleteSuggestion> |
CollectionSuggestionProvider.querySuggestions(AutocompleteQuery query) |
Copyright © 2016 Max Schuster. All Rights Reserved.