Uses of Interface
com.vaadin.flow.data.provider.HasDataGenerators
Packages that use HasDataGenerators
Package
Description
-
Uses of HasDataGenerators in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasDataGeneratorsModifier and TypeClassDescriptionclassCrudGrid<E>A simple grid implementation for Crud that allows searching and sorting backed by a data provider. -
Uses of HasDataGenerators in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement HasDataGenerators -
Uses of HasDataGenerators in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasDataGenerators -
Uses of HasDataGenerators in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasDataGeneratorsModifier and TypeClassDescriptionclassTreeGrid<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes. -
Uses of HasDataGenerators in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement HasDataGeneratorsModifier and TypeClassDescriptionclassADataGeneratorthat aggregates multiple DataGenerators and delegates the data generation to them.