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.dataview.ListBoxDataView
Packages that use ListBoxDataView
-
Uses of ListBoxDataView in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return ListBoxDataViewModifier and TypeMethodDescriptionListBoxBase.getGenericDataView()
Gets the generic data view for the ListBox.
ListBoxBase.setItems
(DataProvider<ITEM, Void> dataProvider) Set a generic data provider for the ListBox to use and returns the base
ListBoxDataView
that provides API to get information on the items.ListBoxBase.setItems
(InMemoryDataProvider<ITEM> inMemoryDataProvider) Sets an in-memory data provider for the ListBox to use