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.
addFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Adds a filter to be applied to all queries.
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.
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
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.
addThemeVariants(ComboBoxVariant...) - Method in class com.vaadin.flow.component.combobox.ComboBox
Adds theme variants to the component.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds the given components as children of this component at the slot 'prefix'.

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.dataview - package com.vaadin.flow.component.combobox.dataview
 
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.
ComboBoxDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Implementation of generic data view for ComboBox.
ComboBoxDataView(DataCommunicator<T>, ComboBox<T>) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Creates a new generic data view for ComboBox and verifies the passed data provider is compatible with this data view implementation.
ComboBoxLazyDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Data view implementation for ComboBox with lazy data fetching.
ComboBoxLazyDataView(DataCommunicator<T>, Component) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Creates a new lazy data view for ComboBox and verifies the passed data provider is compatible with this data view implementation.
ComboBoxListDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Data view implementation for ComboBox with in-memory list data.
ComboBoxListDataView(DataCommunicator<T>, ComboBox<T>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Creates a new instance of ComboBox in-memory data view and verifies the passed data provider is compatible with this data view implementation.
ComboBoxVariant - Enum in com.vaadin.flow.component.combobox
Set of theme variants applicable for vaadin-combo-box component.
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>, 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
 
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:
getGenericDataView() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the generic data view for the ComboBox.
getItem(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Gets the item at the given index from the data available in the ComboBox's server-side.
getItem(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Gets the item at the given index from the data available in the ComboBox's server-side.
getItemCount() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
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:
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Gets the items available on the ComboBox's server-side.
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Gets the items available on the ComboBox's server-side.
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Gets the items available on the ComboBox's server-side.
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:
getLazyDataView() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the lazy data view for the ComboBox.
getListDataView() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the list data view for the ComboBox.
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:
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:
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
 
getVariantName() - Method in enum com.vaadin.flow.component.combobox.ComboBoxVariant
Gets the variant name.

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:
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.
removeFilters() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Removes all in-memory filters set or added.
removeThemeVariants(ComboBoxVariant...) - Method in class com.vaadin.flow.component.combobox.ComboBox
Removes theme variants from the component.

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
Deprecated.
use instead one of the setItems methods which provide access to either ComboBoxListDataView or ComboBoxLazyDataView
setDataProvider(DataProvider<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Deprecated.
use instead one of the setItems methods which provide access to either ComboBoxListDataView or ComboBoxLazyDataView
setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Deprecated.
use instead one of the setItems methods which provide access to ComboBoxListDataView
setDataProvider(ComboBox.FetchItemsCallback<T>, SerializableFunction<String, Integer>) - Method in class com.vaadin.flow.component.combobox.ComboBox
setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Deprecated.
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(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Sets a filter to be applied to the data.
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:
setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
 
setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
 
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:
setItemCountCallback(CallbackDataProvider.CountCallback<T, String>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Sets a callback that the combo box uses to get the exact item count in the backend.
setItemCountEstimate(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
setItemCountFromDataProvider() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
 
setItemCountUnknown() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
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(Stream<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Deprecated.
Because the stream is collected to a list anyway, use ComboBox.setItems(Collection) or ComboBox.setItems(CallbackDataProvider.FetchCallback) instead.
setItems(DataProvider<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Deprecated.
does not work so don't use
setItems(InMemoryDataProvider<T>, SerializableFunction<String, SerializablePredicate<T>>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets an in-memory data provider for the combo box to use, taking into account both in-memory filtering from data provider and combo box's text filter.
setItems(BackEndDataProvider<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setItems(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a ListDataProvider for this combo box and a filtering function for defining which items are displayed when user types into the combo box.
setItems(CallbackDataProvider.FetchCallback<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Supply items lazily with a callback from a backend.
setItems(CallbackDataProvider.FetchCallback<T, String>, CallbackDataProvider.CountCallback<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Supply items lazily with callbacks: the first one fetches the items based on offset, limit and an optional filter, the second provides the exact count of items in the backend.
setItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setItemsWithFilterConverter(CallbackDataProvider.FetchCallback<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Supply items lazily with a callback from a backend, using custom filter type.
setItemsWithFilterConverter(CallbackDataProvider.FetchCallback<T, C>, CallbackDataProvider.CountCallback<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Supply items lazily with callbacks: the first one fetches the items based on offset, limit and an optional filter, the second provides the exact count of items in the backend.
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
 
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 Renderer 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.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
valueOf(String) - Static method in enum com.vaadin.flow.component.combobox.ComboBoxVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.combobox.ComboBoxVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C F G I O R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.