Uses of Class
com.vaadin.v7.shared.ui.grid.ColumnResizeMode
-
Packages that use ColumnResizeMode Package Description com.vaadin.v7.shared.ui.grid -
-
Uses of ColumnResizeMode in com.vaadin.v7.shared.ui.grid
Fields in com.vaadin.v7.shared.ui.grid declared as ColumnResizeMode Modifier and Type Field Description ColumnResizeModeGridState. columnResizeModeColumn resize mode in grid.Methods in com.vaadin.v7.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.
-