Package io.jenkins.plugins.datatables
-
Interface Summary Interface Description AsyncTableContentProvider Defines additional API methods a JenkinsModelObject
must provide in order to render JQuery DataTables in a corresponding jelly view using the tagtable.jelly
of thedata-tables-api-plugin
. -
Class Summary Class Description DefaultAsyncTableContentProvider AnAsyncTableContentProvider
that provides a default implementation to extract the rows of a given date table as JSON objects.DetailedCell<T> A table cell that provides adisplay
andsort
property so that a JQuery data table can use different properties to sort and display a column.TableColumn Provides a model for table columns that are rendered with JQuery DataTables.TableColumn.ColumnBuilder Builder forTableColumn
instances.TableConfiguration Provides a configuration for the whole DataTable.TableModel Provides a model for tables that are rendered with JQuery DataTables.TableModel.DetailedColumnDefinition Deprecated. use the generic classDetailedCell
-
Enum Summary Enum Description TableColumn.ColumnCss Supported CSS classes that will enable special handling or rendering for table columns.TableColumn.ColumnType Supported DataTables column types.TableConfiguration.SelectStyle The possible values of the select.style option, which is used for enabling the selection for datatables and setting its style (the default isTableConfiguration.SelectStyle.OS
.