Package io.jenkins.plugins.datatables
Klasse TableModel
java.lang.Object
io.jenkins.plugins.datatables.TableModel
Provides a model for tables that are rendered with JQuery DataTables. The model consists of the following parts:
- id for the table
- column model for each column
- content for each row
- Autor:
- Ullrich Hafner
-
Verschachtelte Klassen - Übersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract List
<TableColumn> Returns the table columns.Returns the column definitions of this table as JSON array.abstract String
getId()
Returns the ID of the table.getRows()
Returns the rows of the table.Returns the configuration of a table.Returns the configuration of this table as JSON object.
-
Konstruktordetails
-
TableModel
public TableModel()
-
-
Methodendetails
-
getId
Returns the ID of the table. All IDs must be unique on a given web page.- Gibt zurück:
- the table ID
-
getColumns
Returns the table columns.- Gibt zurück:
- the table columns
-
getColumnsDefinition
Returns the column definitions of this table as JSON array.- Gibt zurück:
- the column definitions
- Siehe auch:
-
getRows
Returns the rows of the table.- Gibt zurück:
- the rows
-
getTableConfiguration
Returns the configuration of a table. This may be overridden to change the configuration of a table.- Gibt zurück:
- the configuration
-
getTableConfigurationDefinition
Returns the configuration of this table as JSON object.- Gibt zurück:
- the table configuration JSON
-
DetailedCell