Uses of Class
com.vaadin.shared.ui.grid.GridConstants.Section

Packages that use GridConstants.Section
com.vaadin.shared.ui.grid   
 

Uses of GridConstants.Section in com.vaadin.shared.ui.grid
 

Methods in com.vaadin.shared.ui.grid that return GridConstants.Section
static GridConstants.Section GridConstants.Section.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GridConstants.Section[] GridConstants.Section.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.shared.ui.grid with parameters of type GridConstants.Section
 void GridServerRpc.contextClick(int rowIndex, java.lang.String rowKey, java.lang.String columnId, GridConstants.Section section, MouseEventDetails details)
          Informs the server that a context click has happened inside of Grid.
 



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