Package com.vaadin.shared.ui.grid

Interface Summary
EditorClientRpc An RPC interface for the grid editor server-to-client communications.
EditorServerRpc An RPC interface for the grid editor client-to-server communications.
GridClientRpc Server-to-client RPC interface for the Grid component.
GridServerRpc Client-to-server RPC interface for the Grid component
 

Class Summary
ColumnGroupState The column group data shared between the server and the client
DetailsConnectorChange A description of an indexing modification for a connector.
GridColumnState Column state DTO for transferring column properties from the server to the client
GridConstants Container class for common constants and default values used by the Grid component.
GridState The shared state for the com.vaadin.ui.components.grid.Grid component
GridStaticSectionState Shared state for Grid headers and footers.
GridStaticSectionState.CellState  
GridStaticSectionState.RowState  
Range An immutable representation of a range, marked by start and end points.
 

Enum Summary
GridConstants.Section Enum describing different sections of Grid.
GridState.SharedSelectionMode A description of which of the three bundled SelectionModels is currently in use.
GridStaticCellType Enumeration, specifying the content type of a Cell in a GridStaticSection.
HeightMode The modes for height calculation that are supported by Grid ( client and server) / Escalator.
ScrollDestination Enumeration, specifying the destinations that are supported when scrolling rows or columns into view.
 



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