JavaScript is disabled on your browser.
Skip navigation links
Package
Use
Tree
Deprecated
Index
Search
Help
io.jenkins.plugins.datatables
Uses of Package
io.jenkins.plugins.datatables
Classes in
io.jenkins.plugins.datatables
used by
io.jenkins.plugins.datatables
Class
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
.
TableColumn
Provides a model for table columns that are rendered with JQuery DataTables.
TableColumn.ColumnBuilder
Builder for
TableColumn
instances.
TableColumn.ColumnCss
Supported CSS classes that will enable special handling or rendering for table columns.
TableColumn.ColumnType
Supported DataTables column types.
TableConfiguration
Provides a configuration for the whole DataTable.
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 is
TableConfiguration.SelectStyle.OS
.
TableModel
Provides a model for tables that are rendered with JQuery DataTables.