public abstract class TableModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
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. |
| Constructor and Description |
|---|
TableModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<TableColumn> |
getColumns()
Returns the table columns.
|
String |
getColumnsDefinition()
Returns the column definitions of this table as JSON array.
|
abstract String |
getId()
Returns the ID of the table.
|
abstract List<Object> |
getRows()
Returns the rows of the table.
|
TableConfiguration |
getTableConfiguration()
Returns the configuration of a table.
|
String |
getTableConfigurationDefinition()
Returns the configuration of this table as JSON object.
|
public abstract String getId()
public abstract List<TableColumn> getColumns()
public String getColumnsDefinition()
public TableConfiguration getTableConfiguration()
public String getTableConfigurationDefinition()
Copyright © 2016–2020. All rights reserved.