Uses of Interface
com.vaadin.flow.data.provider.HasDataGenerators
-
-
Uses of HasDataGenerators in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement HasDataGenerators Modifier and Type Class Description classCrudGrid<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 Modifier and Type Class Description classGrid<T>Grid is a component for showing tabular data. -
Uses of HasDataGenerators in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement HasDataGenerators Modifier and Type Class Description classGridPro<E> -
Uses of HasDataGenerators in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement HasDataGenerators Modifier and Type Class Description classTreeGrid<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 HasDataGenerators Modifier and Type Class Description classCompositeDataGenerator<T>ADataGeneratorthat aggregates multiple DataGenerators and delegates the data generation to them.
-