| CellFocusEvent |
Event fired when a cell in the Grid is focused.
|
| CellFocusEvent.GridSection |
An enum representing the different sections of a grid.
|
| ColumnReorderEvent |
Event fired when the columns in the Grid are reordered.
|
| ColumnResizeEvent |
Event fired when a Grid column is resized by the user.
|
| ColumnTextAlign |
Constants for the text alignment of columns.
|
| FooterRow |
|
| FooterRow.FooterCell |
A footer cell in a Grid.
|
| Grid |
Grid is a component for showing tabular data.
|
| Grid.AbstractGridExtension |
A helper base class for creating extensions for the Grid component.
|
| Grid.Column |
Server-side component for the <vaadin-grid-column> element.
|
| Grid.MultiSortPriority |
Multi-sort priority (visually indicated by numbers in column headers)
controls how columns are added to the sort order, when a column becomes
sorted, or the sort direction of a column is changed.
|
| Grid.NestedNullBehavior |
behavior when parsing nested properties which may contain
null values in the property chain
|
| Grid.SelectionMode |
Selection mode representing the built-in selection models in grid.
|
| Grid.UpdateQueue |
|
| GridArrayUpdater |
Array update strategy aware class for Grid.
|
| GridArrayUpdater.UpdateQueueData |
|
| GridMultiSelectionModel |
Multiselection model interface for Grid.
|
| GridMultiSelectionModel.SelectAllCheckboxVisibility |
State for showing the select all checkbox in the grid's default header
row for the selection column.
|
| GridSelectionModel |
The server-side interface that controls Grid's selection state.
|
| GridSingleSelectionModel |
Single selection model interface for Grid.
|
| GridSortOrder |
Sorting information for Grid.
|
| GridSortOrderBuilder |
Helper classes with fluent API for constructing GridSortOrder lists.
|
| GridVariant |
Set of theme variants applicable for vaadin-grid component.
|
| HeaderRow |
|
| HeaderRow.HeaderCell |
A header cell in a Grid.
|
| ItemClickEvent |
Event fired when a Grid item is clicked.
|
| ItemDoubleClickEvent |
Event fired when a Grid item is double clicked.
|
| SortOrderProvider |
Generates the sort orders when rows are sorted by a column.
|