| AbstractGridMultiSelectionModel<T> |
Abstract implementation of a GridMultiSelectionModel.
|
| AbstractGridSingleSelectionModel<T> |
Abstract implementation of a GridSingleSelectionModel.
|
| CellFocusEvent<T> |
Event fired when a cell in the Grid is focused.
|
| ColumnPathRenderer<SOURCE> |
Renderer for columns that doesn't use any template for rendering its contents
(only the value from the object model).
|
| ColumnReorderEvent<T> |
Event fired when the columns in the Grid are reordered.
|
| ColumnResizeEvent<T> |
Event fired when a Grid column is resized by the user.
|
| FooterRow |
|
| FooterRow.FooterCell |
A footer cell in a Grid.
|
| Grid<T> |
Grid is a component for showing tabular data.
|
| Grid.AbstractGridExtension<T> |
A helper base class for creating extensions for the Grid component.
|
| Grid.Column<T> |
Server-side component for the <vaadin-grid-column> element.
|
| Grid.DataCommunicatorBuilder<T,U extends com.vaadin.flow.data.provider.ArrayUpdater> |
Builder for DataCommunicator object.
|
| Grid.UpdateQueue |
|
| GridArrayUpdater.UpdateQueueData |
|
| GridNoneSelectionModel<T> |
Selection model implementation for disabling selection in Grid.
|
| GridSelectionColumn |
Server side implementation for the flow specific grid selection column.
|
| GridSortOrder<T> |
Sorting information for Grid.
|
| GridSortOrderBuilder<T> |
Helper classes with fluent API for constructing GridSortOrder lists.
|
| HeaderRow |
|
| HeaderRow.HeaderCell |
A header cell in a Grid.
|
| ItemClickEvent<T> |
Event fired when a Grid item is clicked.
|
| ItemDoubleClickEvent<T> |
Event fired when a Grid item is double clicked.
|