Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(Component...) - Method in class com.vaadin.flow.component.select.Select
- addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.select.Select
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.select.Select
- addComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
- addInvalidChangeListener(ComponentEventListener<Select.InvalidChangeEvent>) - Method in class com.vaadin.flow.component.select.Select
-
Adds a listener for
invalid-changedevents fired by the webcomponent. - addOpenedChangeListener(ComponentEventListener<Select.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.select.Select
-
Adds a listener for
opened-changedevents fired by the webcomponent. - addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.select.Select
C
- com.vaadin.flow.component.select - package com.vaadin.flow.component.select
- com.vaadin.flow.component.select.data - package com.vaadin.flow.component.select.data
G
- getAriaLabel() - Method in class com.vaadin.flow.component.select.Select
- getAriaLabelledBy() - Method in class com.vaadin.flow.component.select.Select
- 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
- 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.
- getListDataView() - Method in class com.vaadin.flow.component.select.Select
-
Gets the list data view for the
Select. - getPlaceholder() - Method in class com.vaadin.flow.component.select.Select
-
Gets the placeholder hint set for the user.
- getSupportedDataProviderType() - Method in class com.vaadin.flow.component.select.data.SelectDataView
- getVariantName() - Method in enum class com.vaadin.flow.component.select.SelectVariant
-
Gets the variant name.
H
- hasValidValue() - Method in class com.vaadin.flow.component.select.Select
I
- InvalidChangeEvent(Select, boolean) - Constructor for class com.vaadin.flow.component.select.Select.InvalidChangeEvent
- isAutofocus() - Method in class com.vaadin.flow.component.select.Select
-
Gets whether this select has been set to autofocus when the page loads.
- isEmptySelectionAllowed() - Method in class com.vaadin.flow.component.select.Select
-
Returns whether the user is allowed to select nothing.
- isInvalid() - Method in class com.vaadin.flow.component.select.Select.InvalidChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.select.Select
-
Whether the dropdown is opened or not.
- isOpened() - Method in class com.vaadin.flow.component.select.Select.OpenedChangeEvent
- isRequiredIndicatorVisible() - 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.
L
- LABEL_ATTRIBUTE - Static variable in class com.vaadin.flow.component.select.Select
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
M
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.select.Select
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.select.Select
- OpenedChangeEvent(Select, boolean) - Constructor for class com.vaadin.flow.component.select.Select.OpenedChangeEvent
P
- prependComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
R
- remove(Component...) - Method in class com.vaadin.flow.component.select.Select
-
Removes the given child components from this component.
- removeAll() - Method in class com.vaadin.flow.component.select.Select
-
Removes all child components that are not items.
S
- Select<T> - Class in com.vaadin.flow.component.select
-
Select allows users to choose a single value from a list of options presented in an overlay.
- Select() - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select.
- Select(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial value change listener.
- Select(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial label text and value change listener.
- Select(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>, T...) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial label text and value change listener.
- Select.InvalidChangeEvent - Class in com.vaadin.flow.component.select
-
invalid-changedevent is sent when the invalid state changes. - Select.OpenedChangeEvent - Class in com.vaadin.flow.component.select
-
opened-changedevent is sent when the overlay opened state changes. - 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
Selectwith 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.
- SelectVariant - Enum Class in com.vaadin.flow.component.select
-
Set of theme variants applicable for
vaadin-selectcomponent. - setAriaLabel(String) - Method in class com.vaadin.flow.component.select.Select
- setAriaLabelledBy(String) - Method in class com.vaadin.flow.component.select.Select
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets the select to have focus when the page loads.
- 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
-
Sets the empty selection caption when
Select.setEmptySelectionAllowed(boolean)has been enabled. - 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
- 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(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.Select
-
Sets the string for the label element.
- setOpened(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Set true to open the dropdown overlay.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the placeholder hint for the user.
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item renderer for this select group.
- 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
TextRendererfrom the given function that converts the item to a string.
V
- validate() - Method in class com.vaadin.flow.component.select.Select
- valueEquals(T, T) - Method in class com.vaadin.flow.component.select.Select
-
Compares two value instances to each other to determine whether they are equal.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.select.SelectVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.select.SelectVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form