Uses of Class
com.vaadin.shared.ui.grid.GridStaticCellType

Packages that use GridStaticCellType
com.vaadin.shared.ui.grid   
 

Uses of GridStaticCellType in com.vaadin.shared.ui.grid
 

Fields in com.vaadin.shared.ui.grid declared as GridStaticCellType
 GridStaticCellType GridStaticSectionState.CellState.type
           
 

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



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