Uses of Enum
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 HeightModeGridHelper.getHeightMode(Grid<?> grid) Defines the mode in which the Grid's height is calculated.static HeightModeReturns 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 HeightModeModifier and TypeMethodDescriptionstatic voidGridHelper.setHeightMode(Grid<?> grid, HeightMode heightMode) Defines the mode in which the Grid's height is calculated.