com.vaadin.client.widget.grid.
Package com.vaadin.client.widget.grid
-
Interface Summary Interface Description AutoScroller.AutoScrollerCallback Callback that notifies when the cursor is on top of a new row or column because of the automatic scrolling.
CellStyleGenerator<T> Callback interface for generating custom style names for cells.
DataAvailableHandler Handler for
DataAvailableEvent
s.DetailsGenerator A callback interface for generating details for a particular row in Grid.
EditorHandler<T> An interface for binding widgets and data to the grid row editor.
EditorHandler.EditorRequest<T> A request class passed as a parameter to the editor handler methods.
GridEventHandler<T> A handler for events emitted by elements in Grid.
HeightAwareDetailsGenerator Deprecated. RowStyleGenerator<T> Callback interface for generating custom style names for data rows.
-
Class Summary Class Description AutoScroller A class for handling automatic scrolling vertically / horizontally in the Grid when the cursor is close enough the edge of the body of the grid, depending on the scroll direction chosen.
CellReference<T> A data class which contains information which identifies a cell in a
Grid
.DataAvailableEvent Event object describing a change of row availability in DataSource of a Grid.
DefaultEditorEventHandler<T> The default handler for Grid editor events.
EventCellReference<T> A data class which contains information which identifies a cell being the target of an event from
Grid
.RendererCellReference A data class which contains information which identifies a cell being rendered in a
Grid
.RowReference<T> A data class which contains information which identifies a row in a
Grid
. -
Enum Summary Enum Description AutoScroller.ScrollAxis Scroll direction for automatic scrolling.
DefaultEditorEventHandler.CursorMoveDelta Specifies the direction at which the focus should move.