Uses of Class
com.vaadin.flow.component.select.Select
Packages that use Select
Package
Description
-
Uses of Select in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select with type parameters of type SelectConstructors in com.vaadin.flow.component.select with parameters of type SelectModifierConstructorDescriptionInvalidChangeEvent
(Select source, boolean fromClient) OpenedChangeEvent
(Select source, boolean fromClient) Constructor parameters in com.vaadin.flow.component.select with type arguments of type SelectModifierConstructorDescriptionConstructs a select with the initial value change listener.Select
(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>> listener) Constructs a select with the initial label text and value change listener.Select
(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>> listener, T... items) Constructs a select with the initial label text and value change listener. -
Uses of Select in com.vaadin.flow.component.select.data
Constructors in com.vaadin.flow.component.select.data with parameters of type SelectModifierConstructorDescriptionSelectDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, Select<T> select) Constructs a new DataView.SelectDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, Select<T> select, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback) Constructs a new DataView.SelectListDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, Select<T> select, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) 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, ?>> dataProviderSupplier, Select<T> select, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Select and verifies the passed data provider is compatible with this data view implementation. -
Uses of Select in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type SelectModifier and TypeMethodDescriptiondefault <V> SelectTester<Select<V>,
V> default <V> SelectTester<Select<V>,
V> Methods in com.vaadin.testbench.unit with parameters of type SelectModifier and TypeMethodDescriptiondefault <V> SelectTester<Select<V>,
V> default <V> SelectTester<Select<V>,
V>