Interface | Description |
---|---|
GridMultiSelectionModel<T> |
Multiselection model interface for Grid.
|
GridSelectionModel<T> |
The server-side interface that controls Grid's selection state.
|
GridSingleSelectionModel<T> |
Single selection model interface for Grid.
|
SortOrderProvider |
Generates the sort orders when rows are sorted by a column.
|
Class | Description |
---|---|
AbstractGridMultiSelectionModel<T> |
Abstract implementation of a GridMultiSelectionModel.
|
AbstractGridSingleSelectionModel<T> |
Abstract implementation of a GridSingleSelectionModel.
|
FooterRow |
One row of
FooterRow.FooterCell s in a Grid. |
FooterRow.FooterCell |
A footer cell in a Grid.
|
Grid<T> |
Server-side component for the
<vaadin-grid> element. |
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. |
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 |
One row of
HeaderRow.HeaderCell s in a Grid. |
HeaderRow.HeaderCell |
A header cell in a Grid.
|
Enum | Description |
---|---|
Grid.SelectionMode |
Selection mode representing the built-in selection models in grid.
|
GridMultiSelectionModel.SelectAllCheckboxVisibility |
State for showing the select all checkbox in the grid's default header
row for the selection column.
|
Copyright © 2018. All rights reserved.