A C G H I L M O P R S V 
All Classes All Packages

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<GeneratedVaadinSelect.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
addThemeVariants(SelectVariant...) - Method in class com.vaadin.flow.component.select.Select
Adds theme variants to the component.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
addToPrefix(Component...) - 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
 
com.vaadin.flow.component.select.generated - package com.vaadin.flow.component.select.generated
 

G

GeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,​T>,​T> - Class in com.vaadin.flow.component.select.generated
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect() - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect(T, T, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect.InvalidChangeEvent<R extends GeneratedVaadinSelect<R,​?>> - Class in com.vaadin.flow.component.select.generated
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinSelect.OpenedChangeEvent<R extends GeneratedVaadinSelect<R,​?>> - Class in com.vaadin.flow.component.select.generated
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.select.data.SelectDataView
 
getVariantName() - Method in enum com.vaadin.flow.component.select.SelectVariant
Gets the variant name.

H

hasValidValue() - Method in class com.vaadin.flow.component.select.Select
 

I

InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent
Deprecated.
 
isAutofocus() - Method in class com.vaadin.flow.component.select.Select
Gets whether this select has been set to autofocus when the page loads.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
isDisabledBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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.generated.GeneratedVaadinSelect.InvalidChangeEvent
Deprecated.
 
isInvalid() - Method in class com.vaadin.flow.component.select.Select
Gets whether the select is currently in invalid state.
isInvalidBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
isOpened() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
Deprecated.
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
isReadonlyBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
isRequiredBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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 - com.vaadin.flow.component.select.SelectVariant
 
LUMO_ALIGN_LEFT - com.vaadin.flow.component.select.SelectVariant
 
LUMO_ALIGN_RIGHT - com.vaadin.flow.component.select.SelectVariant
 
LUMO_HELPER_ABOVE_FIELD - com.vaadin.flow.component.select.SelectVariant
 
LUMO_SMALL - com.vaadin.flow.component.select.SelectVariant
 

M

MATERIAL_ALWAYS_FLOAT_LABEL - 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(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
Deprecated.
 

P

prependComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
 

R

remove(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
removeAll() - Method in class com.vaadin.flow.component.select.Select
Removes all child components that are not items.
removeThemeVariants(SelectVariant...) - Method in class com.vaadin.flow.component.select.Select
Removes theme variants from the component.

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(T...) - Constructor for class com.vaadin.flow.component.select.Select
Deprecated.
as of 23.1. Please use HasListDataView.setItems(Object[]) instead.
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.
SelectVariant - Enum in com.vaadin.flow.component.select
Set of theme variants applicable for vaadin-select component.
setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
use instead one of the setItems methods which provide access to either SelectListDataView or SelectDataView
setDisabled(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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.
setErrorMessage(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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(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
 
setItems(Stream<T>) - Method in class com.vaadin.flow.component.select.Select
Deprecated.
Because the stream is collected to a list anyway, use HasListDataView.setItems(Collection) instead.
setLabel(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
setOpened(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
setPlaceholder(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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.

V

validate() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Deprecated.
since v23.3, generated classes will be removed in v24.
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 com.vaadin.flow.component.select.SelectVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.select.SelectVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C G H I L M O P R S V 
All Classes All Packages