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 Interface
com.vaadin.flow.data.provider.HasLazyDataView
Packages that use HasLazyDataView
Package
Description
-
Uses of HasLazyDataView in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement HasLazyDataViewModifier and TypeClassDescriptionclass
ComboBox<T>
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
class
ComboBoxBase<TComponent extends ComboBoxBase<TComponent,
TItem, TValue>, TItem, TValue> Provides base functionality for combo box related components, such as
ComboBox
class
MultiSelectComboBox<TItem>
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
-
Uses of HasLazyDataView in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasLazyDataViewModifier and TypeClassDescriptionclass
CrudGrid<E>
A simple grid implementation for Crud that allows searching and sorting backed by a data provider.
-
Uses of HasLazyDataView in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement HasLazyDataView -
Uses of HasLazyDataView in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasLazyDataView -
Uses of HasLazyDataView in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasLazyDataViewModifier and TypeClassDescriptionclass
TreeGrid<T>
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.