- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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()