S - header typeT - cell typepublic class DataTable<S,T> extends Object
| Constructor and Description |
|---|
DataTable() |
DataTable(List<S> columnHeaders,
List<Map<S,T>> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<S> |
getColumnHeaders() |
List<Map<S,T>> |
getRows() |
void |
setColumnHeaders(List<S> columnHeaders) |
void |
setRows(List<Map<S,T>> rows) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.