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

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

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

Fields in com.vaadin.shared.ui.grid declared as HeightMode
 HeightMode GridState.heightMode
          The mode by which Grid defines its height.
 

Methods in com.vaadin.shared.ui.grid that return HeightMode
static HeightMode HeightMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HeightMode[] HeightMode.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.