Index

A C G H I L O P R S V 
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-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<Select.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.select.Select
Adds a listener for opened-changed events fired by the webcomponent.
AURA_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
 

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 used by this Select.
getDefaultValidator() - Method in class com.vaadin.flow.component.select.Select
 
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.
getI18n() - Method in class com.vaadin.flow.component.select.Select
Gets the internationalization object previously set for this component.
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.
getItemPosition(T) - Method in class com.vaadin.flow.component.select.Select
 
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.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.select.Select.SelectI18n
Gets the error message displayed when the field is required but empty.
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
 
isNoVerticalOverlap() - Method in class com.vaadin.flow.component.select.Select
Returns whether the overlay should overlap the input element
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
Gets whether the user is required to provide a value.

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
 

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) - Constructor for class com.vaadin.flow.component.select.Select
Creates a select with the defined label.
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(String, Collection<T>) - Constructor for class com.vaadin.flow.component.select.Select
Creates a select with the defined label and populated with the items in the collection.
Select(String, T...) - Constructor for class com.vaadin.flow.component.select.Select
Creates a select with the defined label and populated with the items in the array.
Select.InvalidChangeEvent - Class in com.vaadin.flow.component.select
invalid-changed event is sent when the invalid state changes.
Select.OpenedChangeEvent - Class in com.vaadin.flow.component.select
opened-changed event is sent when the overlay opened state changes.
Select.SelectI18n - Class in com.vaadin.flow.component.select
The internationalization properties for Select.
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.
SelectI18n() - Constructor for class com.vaadin.flow.component.select.Select.SelectI18n
 
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.
SelectVariant - Enum Class in com.vaadin.flow.component.select
Set of theme variants applicable for vaadin-select component.
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.
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.select.Select
Sets a generic data provider for the Select to use.
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.
setI18n(Select.SelectI18n) - Method in class com.vaadin.flow.component.select.Select
Sets the internationalization object for this component.
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.
setManualValidation(boolean) - Method in class com.vaadin.flow.component.select.Select
 
setNoVerticalOverlap(boolean) - Method in class com.vaadin.flow.component.select.Select
Defines whether the overlay should overlap the input element in the y-axis, or be positioned right above/below it.
setOpened(boolean) - Method in class com.vaadin.flow.component.select.Select
Set true to open the dropdown overlay.
setOverlayWidth(float, Unit) - Method in class com.vaadin.flow.component.select.Select
Sets the dropdown overlay width.
setOverlayWidth(String) - Method in class com.vaadin.flow.component.select.Select
Sets the dropdown overlay width.
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.
setRequiredErrorMessage(String) - Method in class com.vaadin.flow.component.select.Select.SelectI18n
Sets the error message to display when the field is required but empty.
setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.select.Select
Sets whether the user is required to provide a value.
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.

V

validate() - Method in class com.vaadin.flow.component.select.Select
Validates the current value against the constraints and sets the invalid property and the errorMessage property based on the result.
Validation - Search tag in class com.vaadin.flow.component.select.Select
Section
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.
A C G H I L O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form