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