Uses of Class
com.vaadin.v7.shared.ui.grid.HeightMode
-
Packages that use HeightMode Package Description com.vaadin.v7.shared.ui.grid -
-
Uses of HeightMode in com.vaadin.v7.shared.ui.grid
Fields in com.vaadin.v7.shared.ui.grid declared as HeightMode Modifier and Type Field Description HeightModeGridState. heightModeThe mode by which Grid defines its height.Methods in com.vaadin.v7.shared.ui.grid that return HeightMode Modifier and Type Method Description static HeightModeHeightMode. valueOf(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.
-