Package com.vaadin.client.widget.grid

Interface Summary
CellStyleGenerator<T> Callback interface for generating custom style names for cells
DataAvailableHandler Handler for DataAvailableEvents.
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.
RowStyleGenerator<T> Callback interface for generating custom style names for data rows
 

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



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