Uses of Enum Class
io.jenkins.plugins.datatables.TableColumn.ColumnCss
-
Uses of TableColumn.ColumnCss in io.jenkins.plugins.datatables
Subclasses with type arguments of type TableColumn.ColumnCss in io.jenkins.plugins.datatablesModifier and TypeClassDescriptionstatic enumSupported CSS classes that will enable special handling or rendering for table columns.Methods in io.jenkins.plugins.datatables that return TableColumn.ColumnCssModifier and TypeMethodDescriptionstatic TableColumn.ColumnCssReturns the enum constant of this class with the specified name.static TableColumn.ColumnCss[]TableColumn.ColumnCss.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.datatables with parameters of type TableColumn.ColumnCssModifier and TypeMethodDescriptionTableColumn.setHeaderClass(TableColumn.ColumnCss headerClass) Deprecated.TableColumn.ColumnBuilder.withHeaderClass(TableColumn.ColumnCss headerClass) Sets the CSS class for the column<th>tag.
TableColumn.ColumnBuilder