| Interface | Description |
|---|---|
| EditorClientRpc |
An RPC interface for the grid editor server-to-client communications.
|
| EditorServerRpc |
An RPC interface for the grid editor client-to-server communications.
|
| GridClientRpc |
Server-to-client RPC interface for the Grid component.
|
| GridServerRpc |
Client-to-server RPC interface for the Grid component.
|
| Class | Description |
|---|---|
| ColumnGroupState |
The column group data shared between the server and the client.
|
| GridColumnState |
Column state DTO for transferring column properties from the server to the
client.
|
| GridConstants |
Container class for common constants and default values used by the Grid
component.
|
| GridState |
The shared state for the
com.vaadin.ui.components.grid.Grid
component. |
| GridStaticSectionState |
Shared state for Grid headers and footers.
|
| GridStaticSectionState.CellState | |
| GridStaticSectionState.RowState |
| Enum | Description |
|---|---|
| ColumnResizeMode |
Collection of modes used for resizing columns in the Grid.
|
| GridConstants.Section |
Enum describing different sections of Grid.
|
| GridState.SharedSelectionMode |
A description of which of the three bundled SelectionModels is currently
in use.
|
| GridStaticCellType |
Enumeration, specifying the content type of a Cell in a GridStaticSection.
|
| HeightMode |
The modes for height calculation that are supported by Grid (
client and
server) /
Escalator. |
| ScrollDestination |
Enumeration, specifying the destinations that are supported when scrolling
rows or columns into view.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.