Uses of Enum 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 HeightModeModifier and TypeMethodDescriptionstatic HeightMode
GridHelper.getHeightMode
(com.vaadin.flow.component.grid.Grid<?> grid) Defines the mode in which the Grid's height is calculated.static HeightMode
Returns the enum constant of this class with the specified name.static HeightMode[]
HeightMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.gridhelpers with parameters of type HeightModeModifier and TypeMethodDescriptionstatic void
GridHelper.setHeightMode
(com.vaadin.flow.component.grid.Grid<?> grid, HeightMode heightMode) Defines the mode in which the Grid's height is calculated.