Uses of Class
com.flowingcode.vaadin.addons.gridhelpers.HeightMode
-
-
Uses of HeightMode in com.flowingcode.vaadin.addons.gridhelpers
Methods in com.flowingcode.vaadin.addons.gridhelpers that return HeightMode Modifier and Type Method Description static HeightMode
GridHelper. getHeightMode(Grid<?> grid)
Defines the mode in which the Grid's height is calculated.static HeightMode
HeightMode. 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.Methods in com.flowingcode.vaadin.addons.gridhelpers with parameters of type HeightMode Modifier and Type Method Description static void
GridHelper. setHeightMode(Grid<?> grid, HeightMode heightMode)
Defines the mode in which the Grid's height is calculated.
-