Interface TableExporter.TableModel
- Enclosing interface:
TableExporter
public static interface TableExporter.TableModel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY_ROW
-
-
Method Details
-
getColumns
Collection<TableExporter.TableModel.Column> getColumns() -
getRows
List<TableExporter.TableModel.Row> getRows()
-