Skip navigation links
A C F G I O R S T V 

A

addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Adds a listener for the event which is fired when user inputs a string value that does not match any existing items and commits it eg.
addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for custom-value-set events fired by the webcomponent.
addFilterChangeListener(ComponentEventListener<GeneratedVaadinComboBox.FilterChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for filter-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinComboBox.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for invalid-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinComboBox.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for opened-changed events fired by the webcomponent.
addSelectedItemChangeListener(ComponentEventListener<GeneratedVaadinComboBox.SelectedItemChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for selected-item-changed events fired by the webcomponent.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds the given components as children of this component at the slot 'prefix'.
addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
 

C

cancel() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
clearCache() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
close() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
 
com.vaadin.flow.component.combobox.osgi - package com.vaadin.flow.component.combobox.osgi
 
ComboBox<T> - Class in com.vaadin.flow.component.combobox
Server-side component for the vaadin-combo-box webcomponent.
ComboBox(int) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates an empty combo box with the defined page size for lazy loading.
ComboBox() - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Default constructor.
ComboBox(String) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates an empty combo box with the defined label.
ComboBox(String, Collection<T>) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates a combo box with the defined label and populated with the items in the collection.
ComboBox(String, T...) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates a combo box with the defined label and populated with the items in the array.
ComboBox.FetchItemsCallback<T> - Interface in com.vaadin.flow.component.combobox
A callback method for fetching items.
ComboBox.ItemFilter<T> - Interface in com.vaadin.flow.component.combobox
Predicate to check ComboBox items against user typed strings.
ComboBoxConnectorResource - Class in com.vaadin.flow.component.combobox.osgi
Combo box connector resource registration.
ComboBoxConnectorResource() - Constructor for class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
CustomValueSetEvent(R, boolean, String) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent
 

F

fetchItems(String, int, int) - Method in interface com.vaadin.flow.component.combobox.ComboBox.FetchItemsCallback
Returns a stream of items that match the given filter, limiting the results with given offset and limit.
FilterChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent
 

G

GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R,T>,T> - Class in com.vaadin.flow.component.combobox
Description copied from corresponding location in WebComponent:
GeneratedVaadinComboBox(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox(T, T, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox() - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Default constructor.
GeneratedVaadinComboBox.CustomValueSetEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.FilterChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.InvalidChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.OpenedChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.SelectedItemChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
getAlias() - Method in class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
getDataProvider() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the data provider used by this ComboBox.
getDetail() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent
 
getEmptyValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
 
getErrorMessage() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the current error message from the combobox.
getErrorMessageString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getFilter() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent
 
getFilteredItemsJsonArray() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getFilterString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemIdPathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemLabelGenerator() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the item label generator that is used to produce the strings shown in the combo box for each item.
getItemLabelPathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemsJsonArray() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemValuePathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getLabel() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the label of the combobox.
getLabelString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getPageSize() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the page size, which is the number of items fetched at a time from the data provider.
getPageSizeDouble() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getPath() - Method in class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
getPattern() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the valid input pattern
getPatternString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getPlaceholder() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the placeholder of the combobox.
getPlaceholderString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getSelectedItem() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent
 
getSelectedItemJsonObject() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getSizeDouble() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:

I

InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
 
isAllowCustomValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
If true, the user can input string values that do not match to any existing item labels, which will fire a CustomValueSetEvent.
isAllowCustomValueBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isAutofocus() - Method in class com.vaadin.flow.component.combobox.ComboBox
Get the state for the auto-focus property of the combobox.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isAutoOpen() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets whether dropdown will open automatically or not.
isClearButtonVisible() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets whether this combo box displays a clear button when a value is selected.
isClearButtonVisibleBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isEnforcedFieldValidationEnabled() - Method in class com.vaadin.flow.component.combobox.ComboBox
 
isInvalid() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the validity of the combobox output.
isInvalid() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
 
isInvalidBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isLoadingBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isOpened() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the states of the drop-down.
isOpened() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isPreventInvalidInput() - Method in class com.vaadin.flow.component.combobox.ComboBox
Determines whether preventing the user from inputing invalid value.
isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isRequired() - Method in class com.vaadin.flow.component.combobox.ComboBox
Determines whether the combobox is marked as input required.
isRequiredBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
onDetach(DetachEvent) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
open() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent
 

R

remove(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Removes the given child components from this component.
removeAll() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the Element API.
render() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:

S

SelectedItemChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent
 
setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
Enables or disables the component firing events for custom string input.
setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
Set the combobox to be input focused when the page loads.
setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
 
setAutoOpen(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
Enables or disables the dropdown opening automatically.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
Allows displaying a clear button in the combo box when a value is selected.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setDataProvider(DataProvider<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
setDataProvider(DataProvider<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBox
setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a list data provider as the data provider of this combo box.
setDataProvider(ComboBox.FetchItemsCallback<T>, SerializableFunction<String, Integer>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a CallbackDataProvider using the given fetch items callback and a size callback.
setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a list data provider with an item filter as the data provider of this combo box.
setDisabled(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setFilter(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setFilteredItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setItemIdPath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
setItemLabelPath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setItems(Collection<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
setItems(ComboBox.ItemFilter<T>, Collection<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the data items of this combo box and a filtering function for defining which items are displayed when user types into the combo box.
setItems(ComboBox.ItemFilter<T>, T...) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the data items of this combo box and a filtering function for defining which items are displayed when user types into the combo box.
setItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setItemValuePath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the label for the combobox.
setLabel(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setLoading(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPageSize(int) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the page size, which is the number of items requested at a time from the data provider.
setPageSize(double) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPattern(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setPattern(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setReadonly(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
 
setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the TemplateRenderer responsible to render the individual items in the list of possible choices of the ComboBox.
setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setSelectedItem(JsonObject) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setSize(double) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setValue(T) - Method in class com.vaadin.flow.component.combobox.ComboBox
 

T

test(T, String) - Method in interface com.vaadin.flow.component.combobox.ComboBox.ItemFilter
 

V

validate() - Method in class com.vaadin.flow.component.combobox.ComboBox
 
validate() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
A C F G I O R S T V 
Skip navigation links

Copyright © 2025. All rights reserved.