Skip navigation links
A C G H I L O P R S V 

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
Adds a listener for invalid-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds a listener for opened-changed events fired by the webcomponent.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds the given components as children of this component at the slot 'prefix'.
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
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
 

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
 
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
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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
 
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
Description copied from corresponding location in WebComponent:
isOpened() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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
 

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
 

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
Removes the given child components from this component.
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
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.
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
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
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
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
Sets the empty selection caption when Select.setEmptySelectionAllowed(boolean) has been enabled.
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
Deprecated.
Because the stream is collected to a list anyway, use HasListDataView.setItems(Collection) instead.
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.

V

validate() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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.
A C G H I L O P R S V 
Skip navigation links

Copyright © 2022. All rights reserved.