| Interface | Description |
|---|---|
| AsyncTableContentProvider |
Defines additional API methods a Jenkins
ModelObject must provide in order to render JQuery DataTables in a
corresponding jelly view using the tag table.jelly of the data-tables-api-plugin. |
| Class | Description |
|---|---|
| DefaultAsyncTableContentProvider |
An
AsyncTableContentProvider that provides a default implementation to extract the rows of a given date table
as JSON objects. |
| TableColumn |
Provides a model for table columns that are rendered with JQuery DataTables.
|
| TableModel |
Provides a model for tables that are rendered with JQuery DataTables.
|
| TableModel.DetailedColumnDefinition |
A column value attribute that provides a
display and sort property so that a JQuery DataTables
can use different properties to sort and display a column. |
| Enum | Description |
|---|---|
| TableColumn.ColumnCss |
Supported CSS classes that will enable special handling or rendering for table columns.
|
Copyright © 2016–2020. All rights reserved.