We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.listbox.ListBoxBase
Packages that use ListBoxBase
-
Uses of ListBoxBase in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox with type parameters of type ListBoxBaseModifier and TypeClassDescriptionclass
ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> Base class for the
ListBox
andMultiSelectListBox
.Subclasses of ListBoxBase in com.vaadin.flow.component.listboxModifier and TypeClassDescriptionclass
ListBox<T>
List Box allows the user to select one or more values from a scrollable list of items.
class
Server-side component for the
vaadin-list-box
element with multi-selection. -
Uses of ListBoxBase in com.vaadin.flow.component.listbox.dataview
Constructors in com.vaadin.flow.component.listbox.dataview with parameters of type ListBoxBaseModifierConstructorDescriptionListBoxDataView
(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, ListBoxBase listBox) Constructs a new generic data view for ListBox and verifies the passed data provider is compatible with this data view implementation.
ListBoxListDataView
(SerializableSupplier<? extends DataProvider<T, ?>> dataProviderSupplier, ListBoxBase listBox, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for ListBox and verifies the passed data provider is compatible with this data view implementation.