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
components.grid.Grid component |
GridStaticSectionState |
Shared state for Grid headers and footers.
|
GridStaticSectionState.CellState | |
GridStaticSectionState.RowState | |
Range |
An immutable representation of a range, marked by start and end points.
|
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 | |
ScrollDestination |
Enumeration, specifying the destinations that are supported when scrolling
rows or columns into view.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.