- GeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,T>,T> - Class in com.vaadin.flow.component.select.generated
-
Description copied from corresponding location in WebComponent:
- GeneratedVaadinSelect(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Constructs a new GeneratedVaadinSelect component with the given
arguments.
- GeneratedVaadinSelect(T, T, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Constructs a new GeneratedVaadinSelect component with the given
arguments.
- GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Constructs a new GeneratedVaadinSelect component with the given
arguments.
- GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Constructs a new GeneratedVaadinSelect component with the given
arguments.
- GeneratedVaadinSelect() - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Default constructor.
- GeneratedVaadinSelect.InvalidChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
-
- GeneratedVaadinSelect.OpenedChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
-
- getChildren() - Method in class com.vaadin.flow.component.select.Select
-
- getDataProvider() - Method in class com.vaadin.flow.component.select.Select
-
Gets the data provider.
- getEmptySelectionCaption() - Method in class com.vaadin.flow.component.select.Select
-
- getErrorMessage() - Method in class com.vaadin.flow.component.select.Select
-
Gets the error message to show to the user on invalid selection
- getErrorMessageString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- getGenericDataView() - Method in class com.vaadin.flow.component.select.Select
-
Gets the generic data view for the
Select.
- getItem(int) - Method in class com.vaadin.flow.component.select.data.SelectDataView
-
- getItemEnabledProvider() - Method in class com.vaadin.flow.component.select.Select
-
Returns the item enabled predicate.
- getItemLabelGenerator() - Method in class com.vaadin.flow.component.select.Select
-
Gets the item label generator.
- getItemRenderer() - Method in class com.vaadin.flow.component.select.Select
-
Returns the item component renderer.
- getLabel() - Method in class com.vaadin.flow.component.select.Select
-
Gets the string for the label element.
- getLabelString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- getListDataView() - Method in class com.vaadin.flow.component.select.Select
-
Gets the list data view for the
Select.
- getNameString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- getPlaceholder() - Method in class com.vaadin.flow.component.select.Select
-
Gets the placeholder hint set for the user.
- getPlaceholderString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- getSupportedDataProviderType() - Method in class com.vaadin.flow.component.select.data.SelectDataView
-
- Select<T> - Class in com.vaadin.flow.component.select
-
A customizable drop-down select component similar to a native browser select.
- Select() - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select.
- Select(T...) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the given items.
- SelectDataView<T> - Class in com.vaadin.flow.component.select.data
-
Implementation of generic data view for
Select.
- SelectDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>) - Constructor for class com.vaadin.flow.component.select.data.SelectDataView
-
Constructs a new DataView.
- SelectDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableConsumer<IdentifierProvider<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectDataView
-
Constructs a new DataView.
- SelectListDataView<T> - Class in com.vaadin.flow.component.select.data
-
Data view implementation for
Select with in-memory list data.
- SelectListDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectListDataView
-
Creates a new in-memory data view for Select and verifies the passed data
provider is compatible with this data view implementation.
- SelectListDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableConsumer<IdentifierProvider<T>>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectListDataView
-
Creates a new in-memory data view for Select and verifies the passed data
provider is compatible with this data view implementation.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets the select to have focus when the page loads.
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.select.Select
-
- setDisabled(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setEmptySelectionAllowed(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets whether the user is allowed to select nothing.
- setEmptySelectionCaption(String) - Method in class com.vaadin.flow.component.select.Select
-
- setErrorMessage(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setErrorMessage(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the error message to show to the user on invalid selection.
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.select.data.SelectDataView
-
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.select.data.SelectListDataView
-
- setInvalid(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setInvalid(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets the select to show as invalid state and display error message.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item enabled predicate for this select.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item label generator.
- setItems(Stream<T>) - Method in class com.vaadin.flow.component.select.Select
-
- setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.select.Select
-
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.select.Select
-
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.select.Select
-
- setLabel(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the string for the label element.
- setName(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the placeholder hint for the user.
- setReadonly(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item renderer for this select group.
- setRequired(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Description copied from corresponding location in WebComponent:
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.select.Select
-
NOTE: The required indicator will not be visible, if the
Select.setLabel(String) property is not set for the select.
- setTextRenderer(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
-
Convenience setter for creating a
TextRenderer from the given
function that converts the item to a string.