Serialized Form
-
Package com.vaadin.flow.component.listbox
-
Class com.vaadin.flow.component.listbox.ListBox extends ListBoxBase<ListBox<T>,T,T> implements Serializable
-
Class com.vaadin.flow.component.listbox.ListBoxBase extends com.vaadin.flow.component.AbstractSinglePropertyField<C extends ListBoxBase<C,ITEM,VALUE>,VALUE> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<com.vaadin.flow.data.provider.DataProvider<ITEM,?>> dataProvider
-
dataProviderListenerRegistration
com.vaadin.flow.shared.Registration dataProviderListenerRegistration
-
itemEnabledProvider
com.vaadin.flow.function.SerializablePredicate<ITEM> itemEnabledProvider
-
itemLabelGenerator
com.vaadin.flow.component.ItemLabelGenerator<ITEM> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends com.vaadin.flow.component.Component,ITEM> itemRenderer
-
items
List<ITEM> items
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
-
-
-
Class com.vaadin.flow.component.listbox.MultiSelectListBox extends ListBoxBase<MultiSelectListBox<T>,T,Set<T>> implements Serializable
-
-
Package com.vaadin.flow.component.listbox.dataview
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxDataView extends com.vaadin.flow.data.provider.AbstractDataView<T> implements Serializable
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxListDataView extends com.vaadin.flow.data.provider.AbstractListDataView<T> implements Serializable
-