com.vaadin.flow.component.crud.

Class CrudGrid<E>

Type Parameters:

E - the bean type

All Implemented Interfaces:

AttachNotifier, BlurNotifier<Grid<E>>, DetachNotifier, Focusable<Grid<E>>, FocusNotifier<Grid<E>>, HasElement, HasEnabled, HasSize, HasStyle, HasTheme, SortEvent.SortNotifier<Grid<E>,GridSortOrder<E>>, HasDataGenerators<E>, HasDataView<E,Void,GridDataView<E>>, HasLazyDataView<E,Void,GridLazyDataView<E>>, HasListDataView<E,GridListDataView<E>>, Serializable

public class CrudGrid<E> extends Grid<E>

A simple grid implementation for Crud that allows searching and sorting backed by a data provider.

See Also:

  • Constructor Details

    • CrudGrid

      public CrudGrid(Class<E> beanType, boolean enableDefaultFilters)

      Instantiates a new CrudGrid for the supplied bean type.

      Parameters:

      beanType - the bean type

      enableDefaultFilters - true to enable filtering or false to disable

  • Method Details