Uses of Class
com.vaadin.ui.components.grid.Grid

Packages that use Grid
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.ui.components.grid   
com.vaadin.ui.components.grid.selection   
 

Uses of Grid in com.vaadin.data
 

Methods in com.vaadin.data that return Grid
protected  Grid RpcDataProviderExtension.getGrid()
           
 

Methods in com.vaadin.data with parameters of type Grid
 void RpcDataProviderExtension.extend(Grid component)
          Makes the data source available to the given Grid component.
 

Uses of Grid in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid that return types with arguments of type Grid
protected  java.lang.Class<Grid> AbstractRenderer.getSupportedParentType()
          Deprecated. 
 

Constructors in com.vaadin.ui.components.grid with parameters of type Grid
SortOrderChangeEvent(Grid grid, java.util.List<SortOrder> sortOrder)
          Creates a new sort order change event for a grid and a sort order list.
 

Uses of Grid in com.vaadin.ui.components.grid.selection
 

Fields in com.vaadin.ui.components.grid.selection declared as Grid
protected  Grid AbstractSelectionModel.grid
           
 

Methods in com.vaadin.ui.components.grid.selection that return Grid
 Grid SelectionChangeEvent.getSource()
           
 

Methods in com.vaadin.ui.components.grid.selection with parameters of type Grid
 void NoSelectionModel.setGrid(Grid grid)
           
 void SelectionModel.setGrid(Grid grid)
          Injects the current Grid instance into the SelectionModel.
 void AbstractSelectionModel.setGrid(Grid grid)
           
 

Constructors in com.vaadin.ui.components.grid.selection with parameters of type Grid
SelectionChangeEvent(Grid source, java.util.Collection<java.lang.Object> oldSelection, java.util.Collection<java.lang.Object> newSelection)
           
 



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