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 cellsDataAvailableHandler Handler forDataAvailableEvent
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 aGrid
.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 fromGrid
.RendererCellReference A data class which contains information which identifies a cell being rendered in aGrid
.RowReference<T> A data class which contains information which identifies a row in aGrid
. -
Enum Summary Enum Description AutoScroller.ScrollAxis