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 TypeClassDescriptionclassListBoxBase<C extends ListBoxBase<C,ITEM, VALUE>, ITEM, VALUE> Base class for theListBoxandMultiSelectListBox.Subclasses of ListBoxBase in com.vaadin.flow.component.listboxModifier and TypeClassDescriptionclassListBox<T>List Box allows the user to select one or more values from a scrollable list of items.classServer-side component for thevaadin-list-boxelement 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.