| Modifier and Type | Method and Description |
|---|---|
TableModel.ColumnDefinitionBuilder |
TableModel.ColumnDefinitionBuilder.add(String dataPropertyName)
Adds a new simple column that maps the specified property of the row entity to the column value.
|
TableModel.ColumnDefinitionBuilder |
TableModel.ColumnDefinitionBuilder.add(String dataPropertyName,
String columnDataType)
Adds a new complex column that maps the specified property of the row entity to the display and sort
attributes of the column.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
TableModel.configureColumns(TableModel.ColumnDefinitionBuilder builder)
Configures the columns of the report table.
|
Copyright © 2016–2019. All rights reserved.