Package com.vaadin.client.widget.grid

Interface Summary
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 DataAvailableEvents.
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.
HeightAwareDetailsGenerator Deprecated.
RowStyleGenerator<T> Callback interface for generating custom style names for data rows
 

Class Summary
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
AutoScroller.ScrollAxis  
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.