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.
EditorRow A class for configuring the editor row in a grid.
Grid A grid component for displaying tabular data.
GridColumn A column in the grid.
GridFooter Represents the footer section of a Grid.
GridHeader Represents the header section of a 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.