Uses of Class
com.vaadin.shared.ui.grid.ColumnResizeMode
-
Packages that use ColumnResizeMode Package Description com.vaadin.client.widgets com.vaadin.shared.ui.grid com.vaadin.ui -
-
Uses of ColumnResizeMode in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return ColumnResizeMode Modifier and Type Method Description ColumnResizeModeGrid. getColumnResizeMode()Returns the current column resize mode.Methods in com.vaadin.client.widgets with parameters of type ColumnResizeMode Modifier and Type Method Description voidGrid. setColumnResizeMode(ColumnResizeMode mode)Sets the column resize mode to use. -
Uses of ColumnResizeMode in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as ColumnResizeMode Modifier and Type Field Description ColumnResizeModeGridState. columnResizeModeColumn resize mode in grid.Methods in com.vaadin.shared.ui.grid that return ColumnResizeMode Modifier and Type Method Description static ColumnResizeModeColumnResizeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnResizeMode[]ColumnResizeMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColumnResizeMode in com.vaadin.ui
Methods in com.vaadin.ui that return ColumnResizeMode Modifier and Type Method Description ColumnResizeModeGrid. getColumnResizeMode()Returns the current column resize mode.Methods in com.vaadin.ui with parameters of type ColumnResizeMode Modifier and Type Method Description voidGrid. setColumnResizeMode(ColumnResizeMode mode)Sets the column resize mode to use.
-