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

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.
addSelectListener(AutocompleteEvents.SelectListener) - Method in interface eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectNotifier
Adds a AutocompleteEvents.SelectListener to this component.
addSelectListener(AutocompleteEvents.SelectListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
 
addSelectListener(AutocompleteEvents.SelectListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
addStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Adds one or more style names to the suggestion.
addSuggestion(AutocompleteSuggestion) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
Tracks the given suggestion and returns a key to later identify it.
AutocompleteEvents - Interface in eu.maxschuster.vaadin.autocompletetextfield
Interface that serves as a wrapper for autocomplete field events.
AutocompleteEvents.SelectEvent - Class in eu.maxschuster.vaadin.autocompletetextfield
This event is triggered when the user selects a suggestion.
AutocompleteEvents.SelectListener - Interface in eu.maxschuster.vaadin.autocompletetextfield
AutocompleteEvents.SelectNotifier - Interface in eu.maxschuster.vaadin.autocompletetextfield
Interface for components that can have AutocompleteEvents.SelectListeners.
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.
AutocompleteSuggestionTracker - Class in eu.maxschuster.vaadin.autocompletetextfield
Keeps track of visible suggestions.
AutocompleteSuggestionTracker() - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
 
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(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

clear() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
Removes all tracked suggestions.
CollectionSuggestionProvider - Class in eu.maxschuster.vaadin.autocompletetextfield.provider
CollectionSuggestionProvider() - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
 
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.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
 
EVENT_ID - Static variable in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectEvent
Identifier for event that can be used in EventRouter
extend(AbstractTextField) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Extends the given textfield.

F

fireSelectEvent(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
fireSelectEvent(AutocompleteSuggestion) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 

G

generateKey(AutocompleteSuggestion) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
Generates a key for the given suggestion.
getComponent() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectEvent
 
getData() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Gets the data of the suggestion.
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
Gets the Locale of this provider.
getMatchMode() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Gets the MatchMode of this provider.
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.
getSuggestion() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectEvent
Gets the selected AutocompleteSuggestion.
getSuggestion(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
Gets an optional suggestion by the given key.
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.provider.CollectionSuggestionProvider
 
hasLimit() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteQuery
Checks if this query has a limit.

I

isIgnoreCase() - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Gets whether this provider is case insensitive.
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.
isTypeSearch() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Gets if the fields type is "search".
isTypeSearch() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Gets if the fields type is "search".
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.
METHOD - Static variable in interface eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectListener
 
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

removeKey(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestionTracker
Removes the suggestion with the given key.
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.
select(AutocompleteEvents.SelectEvent) - Method in interface eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectListener
A suggestion has been selected by the user.
SelectEvent(AbstractTextField, AutocompleteSuggestion) - Constructor for class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectEvent
 
setData(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the data of the suggestion.
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
Sets whether this provider is case insensitive.
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
Sets the Locale of this provider.
setMatchMode(MatchMode) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Sets the MatchMode of this provider.
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
setTypeSearch(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets if the fields type is "search".
setTypeSearch(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets if the fields type is "search".
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
Sets the values used by this provider.
suggestionProvider - Variable in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
The suggestion provider queried for suggestions.
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
 
typeSearch - Variable in class eu.maxschuster.vaadin.autocompletetextfield.shared.AutocompleteTextFieldExtensionState
Is input type is "search".

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.

W

withBlurListener(FieldEvents.BlurListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.addBlurListener(com.vaadin.event.FieldEvents.BlurListener)
withCaption(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setCaption(java.lang.String)
withCaptionAsHtml(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setCaptionAsHtml(boolean)
withComponentError(ErrorMessage) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setComponentError(com.vaadin.server.ErrorMessage)
withData(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the data of the suggestion.
withData(Object) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setData(java.lang.Object)
withDelay(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.
withDelay(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.
withDescription(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the description.
withDescription(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setDescription(java.lang.String)
withEnabled(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setEnabled(boolean)
withFocusListener(FieldEvents.FocusListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.addFocusListener(com.vaadin.event.FieldEvents.FocusListener)
withHeight(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setHeight(java.lang.String)
withHeight(float, Sizeable.Unit) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setHeight(float, com.vaadin.server.Sizeable.Unit)
withHeightFull() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the height of this component to 100%.
withHeightUndefined() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setHeightUndefined()
withIcon(Resource) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the icon.
withIcon(Resource) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setIcon(com.vaadin.server.Resource)
withId(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setId(java.lang.String)
withIgnoreCase(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Sets whether this provider is case insensitive.
withItemAsHtml(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets whether the items are rendered as HTML.
withItemAsHtml(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets whether the items are rendered as HTML.
withLocale(Locale) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setLocale(java.util.Locale)
withLocale(Locale) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Sets the Locale of this provider.
withMatchMode(MatchMode) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Sets the MatchMode of this provider.
withMaxLength(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.setMaxLength(int)
withMenuStyleName(String...) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Adds one or more style names to the dropdown menu container.
withMenuStyleName(String...) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Adds one or more style names to the dropdown menu container.
withMinChars(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.
withMinChars(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.
withPlaceholder(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.setPlaceholder(java.lang.String)
withPrimaryStyleName(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setPrimaryStyleName(java.lang.String)
withReadOnly(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractField.setReadOnly(boolean)
withRequiredIndicatorVisible(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractField.setRequiredIndicatorVisible(boolean)
withScrollBehavior(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.
withScrollBehavior(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.
withSearch(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets if the fields type is "search".
withSelection(int, int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.setSelection(int, int)
withSelectListener(AutocompleteEvents.SelectListener) - Method in interface eu.maxschuster.vaadin.autocompletetextfield.AutocompleteEvents.SelectNotifier
Adds a AutocompleteEvents.SelectListener to this component.
withSelectListener(AutocompleteEvents.SelectListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
 
withSelectListener(AutocompleteEvents.SelectListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
 
withShortcutListener(ShortcutListener) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.addShortcutListener(com.vaadin.event.ShortcutListener)
withSizeFull() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setSizeFull()
withSizeUndefined() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setSizeUndefined()
withStyleName(String...) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Adds one or more style names to the suggestion.
withStyleName(String...) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.addStyleName(java.lang.String)
withSuggestionLimit(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the maximum number of suggestions that are allowed.
withSuggestionLimit(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
Sets the maximum number of suggestions that are allowed.
withSuggestionProvider(AutocompleteSuggestionProvider) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
withSuggestionProvider(AutocompleteSuggestionProvider) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextFieldExtension
withTabIndex(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractField.setTabIndex(int)
withTextChangeEventMode(ValueChangeMode) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
withTypeSearch(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets if the fields type is "search".
withValue(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteSuggestion
Sets the actual value of the suggestion.
withValue(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.setValue(java.lang.String)
withValueChangeListener(HasValue.ValueChangeListener<String>) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: #addValueChangeListener(com.vaadin.data.Property.ValueChangeListener)
withValueChangeTimeout(int) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractTextField.setValueChangeTimeout(int)
withValues(Collection<String>) - Method in class eu.maxschuster.vaadin.autocompletetextfield.provider.CollectionSuggestionProvider
Sets the values used by this provider.
withVisible(boolean) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setVisible(boolean)
withWidth(String) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setWidth(java.lang.String)
withWidth(float, Sizeable.Unit) - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setWidth(float, com.vaadin.server.Sizeable.Unit)
withWidthFull() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
Sets the width of this component to 100%.
withWidthUndefined() - Method in class eu.maxschuster.vaadin.autocompletetextfield.AutocompleteTextField
See: AbstractComponent.setWidthUndefined()
A C D E F G H I M Q R S T V W 
Skip navigation links

Copyright © 2017 Max Schuster. All Rights Reserved.