Skip navigation links
A C D G I T 

A

add(String) - Method in class io.jenkins.plugins.datatables.api.TableModel.ColumnDefinitionBuilder
Adds a new simple column that maps the specified property of the row entity to the column value.
add(String, String) - Method in class io.jenkins.plugins.datatables.api.TableModel.ColumnDefinitionBuilder
Adds a new complex column that maps the specified property of the row entity to the display and sort attributes of the column.
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.

C

ColumnDefinitionBuilder() - Constructor for class io.jenkins.plugins.datatables.api.TableModel.ColumnDefinitionBuilder
 
configureColumns(TableModel.ColumnDefinitionBuilder) - Method in class io.jenkins.plugins.datatables.api.TableModel
Configures the columns of the report table.

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

getColumnsDefinition() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the column definitions of the table.
getDisplay() - Method in class io.jenkins.plugins.datatables.api.TableModel.DetailedColumnDefinition
 
getHeaders() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the table header labels of the table.
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
 
getWidths() - Method in class io.jenkins.plugins.datatables.api.TableModel
Returns the widths of the table columns.

I

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

T

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.ColumnDefinitionBuilder - Class in io.jenkins.plugins.datatables.api
A JQuery DataTables column definition builder.
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 class io.jenkins.plugins.datatables.api.TableModel.ColumnDefinitionBuilder
 
A C D G I T 
Skip navigation links

Copyright © 2016–2019. All rights reserved.