Skip navigation links
A D G I S T V 

A

AsyncTableContentProvider - Interface in io.jenkins.plugins.datatables.api
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.

D

DefaultAsyncTableContentProvider - Class in io.jenkins.plugins.datatables.api
An AsyncTableContentProvider that provides a default implementation to extract the rows of a given date table as JSON objects.
DefaultAsyncTableContentProvider() - Constructor for class io.jenkins.plugins.datatables.api.DefaultAsyncTableContentProvider
 
DetailedColumnDefinition(String, String) - Constructor for class io.jenkins.plugins.datatables.api.TableModel.DetailedColumnDefinition

G

getColumns() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the table columns.
getColumnsDefinition() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the column definitions of this table as JSON array.
getDefinition() - Method in class io.jenkins.plugins.datatables.api.TableColumn
 
getDisplay() - Method in class io.jenkins.plugins.datatables.api.TableModel.DetailedColumnDefinition
 
getHeaderClass() - Method in class io.jenkins.plugins.datatables.api.TableColumn
 
getHeaderLabel() - Method in class io.jenkins.plugins.datatables.api.TableColumn
 
getId() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the ID of the table.
getRows() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the rows of the table.
getSort() - Method in class io.jenkins.plugins.datatables.api.TableModel.DetailedColumnDefinition
 
getTableModel(String) - Method in interface io.jenkins.plugins.datatables.api.AsyncTableContentProvider
Returns the table model with the specified ID.
getTableRows(String) - Method in interface io.jenkins.plugins.datatables.api.AsyncTableContentProvider
Returns the rows of the table model with the specified ID.
getTableRows(String) - Method in class io.jenkins.plugins.datatables.api.DefaultAsyncTableContentProvider
 
getWidth() - Method in class io.jenkins.plugins.datatables.api.TableColumn
 

I

io.jenkins.plugins.datatables.api - package io.jenkins.plugins.datatables.api
 

S

setHeaderClass(TableColumn.ColumnCss) - Method in class io.jenkins.plugins.datatables.api.TableColumn
Sets the CSS class for the column <th> tag.
setWidth(int) - Method in class io.jenkins.plugins.datatables.api.TableColumn
Sets the width of the column.

T

TableColumn - Class in io.jenkins.plugins.datatables.api
Provides a model for table columns that are rendered with JQuery DataTables.
TableColumn(String, String) - Constructor for class io.jenkins.plugins.datatables.api.TableColumn
Creates a simple column: it maps the specified property of the row entity to the column value.
TableColumn(String, String, String) - Constructor for class io.jenkins.plugins.datatables.api.TableColumn
Creates a complex column: it maps the specified property of the row entity to the display and sort attributes of the column.
TableColumn.ColumnCss - Enum in io.jenkins.plugins.datatables.api
Supported CSS classes that will enable special handling or rendering for table columns.
TableModel - Class in io.jenkins.plugins.datatables.api
Provides a model for tables that are rendered with JQuery DataTables.
TableModel() - Constructor for class io.jenkins.plugins.datatables.api.TableModel
 
TableModel.DetailedColumnDefinition - Class in io.jenkins.plugins.datatables.api
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.
toString() - Method in enum io.jenkins.plugins.datatables.api.TableColumn.ColumnCss
 

V

valueOf(String) - Static method in enum io.jenkins.plugins.datatables.api.TableColumn.ColumnCss
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.jenkins.plugins.datatables.api.TableColumn.ColumnCss
Returns an array containing the constants of this enum type, in the order they are declared.
A D G I S T V 
Skip navigation links

Copyright © 2016–2019. All rights reserved.