Package ch.tocco.nice2.reporting.api
Interface TableExporter.TableModel
- Enclosing interface:
TableExporter
public static interface TableExporter.TableModel
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Field Summary
-
Method Summary
-
Field Details
-
EMPTY_ROW
-
-
Method Details
-
getColumns
Collection<TableExporter.TableModel.Column> getColumns() -
getRows
List<TableExporter.TableModel.Row> getRows()
-