Uses of Class
io.jenkins.plugins.datatables.TableColumn.ColumnBuilder
-
Uses of TableColumn.ColumnBuilder in io.jenkins.plugins.datatables
Methods in io.jenkins.plugins.datatables that return TableColumn.ColumnBuilderModifier and TypeMethodDescriptionTableColumn.ColumnBuilder.withDataPropertyKey(String dataPropertyKey) Sets the key of the JSON property in the corresponding row entities that should be shown in this column.TableColumn.ColumnBuilder.withDetailedCell()Enables the rendering of cells that use theDetailedCellformat.TableColumn.ColumnBuilder.withHeaderClass(TableColumn.ColumnCss headerClass) Sets the CSS class for the column<th>tag.TableColumn.ColumnBuilder.withHeaderLabel(String headerLabel) Sets the label of the header for this column.TableColumn.ColumnBuilder.withResponsivePriority(int priority) Sets the priority of this column.TableColumn.ColumnBuilder.withType(TableColumn.ColumnType columnType) Sets the data type of the column.