Uses of Class
com.vaadin.ui.Grid

Packages that use Grid
com.vaadin.server.communication.data   
com.vaadin.ui   
com.vaadin.ui.renderers   
 

Uses of Grid in com.vaadin.server.communication.data
 

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

Methods in com.vaadin.server.communication.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
 

Fields in com.vaadin.ui declared as Grid
protected  Grid Grid.StaticSection.grid
           
 

Methods in com.vaadin.ui that return Grid
 Grid Grid.GridContextClickEvent.getComponent()
           
 Grid Grid.CommitErrorEvent.getComponent()
           
 Grid Grid.RowReference.getGrid()
          Gets the grid that contains the referenced row.
 Grid Grid.CellReference.getGrid()
          Gets the grid that contains the referenced cell.
protected  Grid Grid.AbstractGridExtension.getParentGrid()
          Gets the parent Grid of the renderer.
 

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

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

Constructors in com.vaadin.ui with parameters of type Grid
Grid.AbstractGridExtension(Grid grid)
          Constructs a new Grid extension and extends given Grid.
Grid.ColumnReorderEvent(Grid source, boolean userOriginated)
           
Grid.ColumnResizeEvent(Grid source, Grid.Column column, boolean userOriginated)
           
Grid.ColumnVisibilityChangeEvent(Grid source, Grid.Column column, boolean hidden, boolean isUserOriginated)
          Constructor for a column visibility change event.
Grid.CommitErrorEvent(Grid grid, FieldGroup.CommitException cause)
           
Grid.DetailComponentManager(Grid grid)
           
Grid.EditorCloseEvent(Grid source, java.lang.Object itemID)
           
Grid.EditorEvent(Grid source, java.lang.Object itemID)
           
Grid.EditorMoveEvent(Grid source, java.lang.Object itemID)
           
Grid.EditorOpenEvent(Grid source, java.lang.Object itemID)
           
Grid.Footer(Grid grid)
           
Grid.GridContextClickEvent(Grid source, com.vaadin.shared.MouseEventDetails mouseEventDetails, com.vaadin.shared.ui.grid.GridConstants.Section section, int rowIndex, java.lang.Object itemId, java.lang.Object propertyId)
           
Grid.Header(Grid grid)
           
Grid.RowReference(Grid grid)
          Creates a new row reference for the given grid.
 

Uses of Grid in com.vaadin.ui.renderers
 

Constructors in com.vaadin.ui.renderers with parameters of type Grid
ClickableRenderer.RendererClickEvent(Grid source, java.lang.Object itemId, Grid.Column column, com.vaadin.shared.MouseEventDetails mouseEventDetails)
           
 



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