Uses of Class
com.vaadin.ui.Table.ColumnHeaderMode
-
Packages that use Table.ColumnHeaderMode Package Description com.vaadin.ui -
-
Uses of Table.ColumnHeaderMode in com.vaadin.ui
Fields in com.vaadin.ui declared as Table.ColumnHeaderMode Modifier and Type Field Description static Table.ColumnHeaderMode
Table. COLUMN_HEADER_MODE_EXPLICIT
Deprecated.As of 7.0, useEXPLICIT
insteadstatic Table.ColumnHeaderMode
Table. COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID
Deprecated.As of 7.0, useEXPLICIT_DEFAULTS_ID
insteadstatic Table.ColumnHeaderMode
Table. COLUMN_HEADER_MODE_HIDDEN
Deprecated.As of 7.0, useHIDDEN
insteadstatic Table.ColumnHeaderMode
Table. COLUMN_HEADER_MODE_ID
Deprecated.As of 7.0, useID
insteadMethods in com.vaadin.ui that return Table.ColumnHeaderMode Modifier and Type Method Description Table.ColumnHeaderMode
Table. getColumnHeaderMode()
Getter for property columnHeaderMode.static Table.ColumnHeaderMode
Table.ColumnHeaderMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.ColumnHeaderMode[]
Table.ColumnHeaderMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.ui with parameters of type Table.ColumnHeaderMode Modifier and Type Method Description void
Table. setColumnHeaderMode(Table.ColumnHeaderMode columnHeaderMode)
Setter for property columnHeaderMode.
-