Uses of Class
com.vaadin.shared.ui.grid.HeightMode
-
Packages that use HeightMode Package Description com.vaadin.client.widgets com.vaadin.shared.ui.grid com.vaadin.ui -
-
Uses of HeightMode in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return HeightMode Modifier and Type Method Description HeightModeEscalator. getHeightMode()Returns the currentHeightModethe Escalator is in.HeightModeGrid. getHeightMode()Returns the currentHeightModethe Grid is in.Methods in com.vaadin.client.widgets with parameters of type HeightMode Modifier and Type Method Description voidEscalator. setHeightMode(HeightMode heightMode)Defines the mode in which the Escalator widget's height is calculated.voidGrid. setHeightMode(HeightMode heightMode)Defines the mode in which the Grid widget's height is calculated. -
Uses of HeightMode in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as HeightMode Modifier and Type Field Description HeightModeGridState. heightModeThe mode by which Grid defines its height.Methods in com.vaadin.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. -
Uses of HeightMode in com.vaadin.ui
Methods in com.vaadin.ui that return HeightMode Modifier and Type Method Description HeightModeGrid. getHeightMode()Returns the currentHeightModethe Grid is in.Methods in com.vaadin.ui with parameters of type HeightMode Modifier and Type Method Description voidGrid. setHeightMode(HeightMode heightMode)Defines the mode in which the Grid widget's height is calculated.
-