Package com.vaadin.ui.components.grid

Interface Summary
Renderer<T> A ClientConnector for controlling client-side Grid renderers.
SortOrderChangeListener Listener for sort order change events from Grid.
 

Class Summary
AbstractRenderer<T> An abstract base class for server-side Grid renderers.
ColumnGroup Column groups are used to group columns together for adding common auxiliary headers and footers.
ColumnGroupRow A column group row represents an auxiliary header or footer row added to the grid.
Grid Data grid component
GridColumn A column in the grid.
SortOrderChangeEvent Event fired by Grid when the sort order has changed.
 

Enum Summary
Grid.SelectionMode Selection modes representing built-in SelectionModels that come bundled with Grid.
 



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