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 HeightMode
Escalator. getHeightMode()
Returns the currentHeightMode
the Escalator is in.HeightMode
Grid. getHeightMode()
Returns the currentHeightMode
the Grid is in.Methods in com.vaadin.client.widgets with parameters of type HeightMode Modifier and Type Method Description void
Escalator. setHeightMode(HeightMode heightMode)
Defines the mode in which the Escalator widget's height is calculated.void
Grid. 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 HeightMode
GridState. heightMode
The mode by which Grid defines its height.Methods in com.vaadin.shared.ui.grid that return HeightMode Modifier and Type Method Description 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. -
Uses of HeightMode in com.vaadin.ui
Methods in com.vaadin.ui that return HeightMode Modifier and Type Method Description HeightMode
Grid. getHeightMode()
Returns the currentHeightMode
the Grid is in.Methods in com.vaadin.ui with parameters of type HeightMode Modifier and Type Method Description void
Grid. setHeightMode(HeightMode heightMode)
Defines the mode in which the Grid widget's height is calculated.
-