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 TypeClassDescriptionclassComboBox<T>Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.classComboBoxBase<TComponent extends ComboBoxBase<TComponent,TItem, TValue>, TItem, TValue> Provides base functionality for combo box related components, such asComboBoxclassMultiSelectComboBox<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 TypeClassDescriptionclassCrudGrid<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 TypeClassDescriptionclassTreeGrid<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.