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.ColumnHeaderModeTable. COLUMN_HEADER_MODE_EXPLICITDeprecated.As of 7.0, useEXPLICITinsteadstatic Table.ColumnHeaderModeTable. COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_IDDeprecated.As of 7.0, useEXPLICIT_DEFAULTS_IDinsteadstatic Table.ColumnHeaderModeTable. COLUMN_HEADER_MODE_HIDDENDeprecated.As of 7.0, useHIDDENinsteadstatic Table.ColumnHeaderModeTable. COLUMN_HEADER_MODE_IDDeprecated.As of 7.0, useIDinsteadMethods in com.vaadin.ui that return Table.ColumnHeaderMode Modifier and Type Method Description Table.ColumnHeaderModeTable. getColumnHeaderMode()Getter for property columnHeaderMode.static Table.ColumnHeaderModeTable.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 voidTable. setColumnHeaderMode(Table.ColumnHeaderMode columnHeaderMode)Setter for property columnHeaderMode.
-