Skip navigation links
A C D E G H I M Q R S T V 

A

addMenuStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Adds one or more style names to the dropdown menu container.
addMenuStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Adds one or more style names to the dropdown menu container.
addStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Adds one or more style names to the suggestion.
AutocompleteQuery - Class in eu.maxschuster.vaadin.autocompletetextfield
A search query created by AutocompleteTextFieldExtension and passed to a AutocompleteSuggestionProvider.
AutocompleteQuery(AutocompleteTextFieldExtension, String) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Creates a new query for the given search term.
AutocompleteQuery(AutocompleteTextFieldExtension, String, int) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Creates a new query for the given search term with a result limit.
AutocompleteSuggestion - Class in eu.maxschuster.vaadin.autocompletetextfield
A suggestion of the AutocompleteTextFieldExtension.
AutocompleteSuggestion(String) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Creates a new AutocompleteSuggestion with the given value.
AutocompleteSuggestion(String, String) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Creates a new AutocompleteSuggestion with the given value and description.
AutocompleteSuggestion(String, String, Resource) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Creates a new AutocompleteSuggestion with the given value, description and icon.
AutocompleteSuggestionProvider - Interface in eu.maxschuster.vaadin.autocompletetextfield
Functional interface that finds AutocompleteSuggestions by a given AutocompleteQuery.
AutocompleteTextField - Class in eu.maxschuster.vaadin.autocompletetextfield
A TextField with autocomplete (aka word completion) functionality.
AutocompleteTextField() - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Constructs an empty AutocompleteTextField with no caption and autocomplete (aka word completion) functionality.
AutocompleteTextField(String) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Constructs an empty AutocompleteTextField with given caption and autocomplete (aka word completion) functionality.
AutocompleteTextField(Property<?>) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Constructs a new AutocompleteTextField that's bound to the specified Property, has no caption and autocomplete (aka word completion) functionality.
AutocompleteTextField(String, Property<?>) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Constructs a new AutocompleteTextField that's bound to the specified Property, has the given caption String and autocomplete (aka word completion) functionality.
AutocompleteTextField(String, String) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Constructs a new AutocompleteTextField with the given caption, initial text contents and autocomplete (aka word completion) functionality.
AutocompleteTextFieldExtension - Class in eu.maxschuster.vaadin.autocompletetextfield
Extends an AbstractTextField with autocomplete (aka word completion) functionality.
AutocompleteTextFieldExtension() - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
AutocompleteTextFieldExtension(AbstractTextField) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Construct a new AutocompleteTextFieldExtension and extends the given AbstractTextField.
AutocompleteTextFieldExtensionState - Class in eu.maxschuster.vaadin.autocompletetextfield.shared
SharedState of the AutocompleteTextFieldExtension.
AutocompleteTextFieldExtensionState() - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
 

C

cache - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
Determines if performed searches should be cached.
CollectionSuggestionProvider - Class in eu.maxschuster.vaadin.autocompletetextfield.provider
 
CollectionSuggestionProvider(Collection<String>) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
CollectionSuggestionProvider(Collection<String>, MatchMode) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
CollectionSuggestionProvider(Collection<String>, MatchMode, boolean) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
CollectionSuggestionProvider(Collection<String>, MatchMode, boolean, Locale) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 

D

delay - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
The delay in milliseconds between when a keystroke occurs and when a search is performed.

E

equals(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
 
equals(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
 
equals(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
eu.maxschuster.vaadin.autocompletetextfield - package eu.maxschuster.vaadin.autocompletetextfield
 
eu.maxschuster.vaadin.autocompletetextfield.provider - package eu.maxschuster.vaadin.autocompletetextfield.provider
 
eu.maxschuster.vaadin.autocompletetextfield.shared - package eu.maxschuster.vaadin.autocompletetextfield.shared
 
extend(AbstractTextField) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Extends the given textfield.

G

getDelay() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets the delay in milliseconds between when a keystroke occurs and when a search is performed.
getDelay() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets the delay in milliseconds between when a keystroke occurs and when a search is performed.
getDescription() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets the description.
getExtension() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Gets the extension that has created this query.
getExtension() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets the AutocompleteTextFieldExtension of this TextField.
getIcon() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets the icon.
getLimit() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Gets the search result limit.
getLocale() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
getMatchMode() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
getMenuStyleName() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets all user-defined CSS style names of the dropdown menu container.
getMenuStyleName() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets all user-defined CSS style names of the dropdown menu container.
getMinChars() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets the minimum number of characters (>=1) a user must type before a search is performed.
getMinChars() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets the minimum number of characters (>=1) a user must type before a search is performed.
getParent() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
getScrollBehavior() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets the ScrollBehavior that is used when the user scrolls the page while the suggestion box is open.
getScrollBehavior() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets the ScrollBehavior that is used when the user scrolls the page while the suggestion box is open.
getState() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
getState(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
getStateType() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
getStyleName() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets all user-defined CSS style names of the suggestion.
getStyleNames() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets the style names as unmodifiable List.
getSuggestionLimit() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets the maximum number of suggestions that are allowed.
getSuggestionLimit() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets the maximum number of suggestions that are allowed.
getSuggestionProvider() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
getSuggestionProvider() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
getSupportedParentType() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
getTerm() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Gets the search term.
getValue() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets the actual value of the suggestion.
getValues() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Returns an unmodifiable Collection containing the values used by this provider.

H

hashCode() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
 
hashCode() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
 
hashCode() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
hasLimit() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Checks if this query has a limit.

I

isCache() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Checks if performed searches should be cached.
isCache() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Checks if performed searches should be cached.
isIgnoreCase() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
isItemAsHtml() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Checks whether items are rendered as HTML.
isItemAsHtml() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Checks whether items are rendered as HTML.
itemAsHtml - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
Item contains safe html.

M

MatchMode - Enum in eu.maxschuster.vaadin.autocompletetextfield.provider
Common match modes that can be used in AutocompleteSuggestionProvider implementations.
menuStyleNames - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
Custom class/es that get/s added to the dropdown menu container.
minChars - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
Minimum number of characters (>=1) a user must type before a search is performed.

Q

querySuggestions(AutocompleteQuery) - Method in interface eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionProvider
querySuggestions(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Creates an AutocompleteQuery from the given search term and the internal AutocompleteTextFieldExtension.suggestionLimit and executes it.
querySuggestions(AutocompleteQuery) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Executes the given AutocompleteQuery and makes sure the result is within the boundries of the AutocompleteQuery's limit.
querySuggestions(AutocompleteQuery) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 

R

removeMenuStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Removes one or more style names from the dropdown menu container.
removeMenuStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Removes one or more style names from the dropdown menu container.
removeStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Removes one or more style names from the suggestion.

S

scrollBehavior - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
What to do when the page is scrolled by the user.
ScrollBehavior - Enum in eu.maxschuster.vaadin.autocompletetextfield.shared
Defines how the AutocompleteTextFieldExtension should handle scrolling when the suggestion box is visible.
setCache(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets if performed searches should be cached.
setCache(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets if performed searches should be cached.
setDelay(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the delay in milliseconds between when a keystroke occurs and when a search is performed.
setDelay(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets the delay in milliseconds between when a keystroke occurs and when a search is performed.
setDescription(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the description.
setIcon(Resource) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the icon.
setIgnoreCase(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
setItemAsHtml(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets whether the items are rendered as HTML.
setItemAsHtml(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets whether the items are rendered as HTML.
setLocale(Locale) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
setMatchMode(MatchMode) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
setMinChars(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the minimum number of characters (>=1) a user must type before a search is performed.
setMinChars(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets the minimum number of characters (>=1) a user must type before a search is performed.
setScrollBehavior(ScrollBehavior) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the ScrollBehavior that is used when the user scrolls the page while the suggestion box is open.
setScrollBehavior(ScrollBehavior) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets the ScrollBehavior that is used when the user scrolls the page while the suggestion box is open.
setSuggestionLimit(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the maximum number of suggestions that are allowed.
setSuggestionLimit(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets the maximum number of suggestions that are allowed.
setSuggestionProvider(AutocompleteSuggestionProvider) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
setSuggestionProvider(AutocompleteSuggestionProvider) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
setValue(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the actual value of the suggestion.
setValues(Collection<String>) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
suggestionProvider - Variable in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
The suggestion provider queried for suggesions
suggestionsToJson(Set<AutocompleteSuggestion>) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Converts the given AutocompleteSuggestion into a JsonValue representation because JsonCodec can't handle it itself.

T

toString() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
 
toString() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
 

V

valueOf(String) - Static method in enum eu.maxschuster.vaadin.autocompletetextfield.provider.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.maxschuster.vaadin.autocompletetextfield.shared.ScrollBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.maxschuster.vaadin.autocompletetextfield.provider.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.maxschuster.vaadin.autocompletetextfield.shared.ScrollBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I M Q R S T V 
Skip navigation links

Copyright © 2016 Max Schuster. All Rights Reserved.