Package ca.phon.app.opgraph.report.tree
Class TableNode
java.lang.Object
ca.phon.app.opgraph.report.tree.ReportTreeNode
ca.phon.app.opgraph.report.tree.TableNode
- All Implemented Interfaces:
Iterable<ReportTreeNode>
-
Constructor Summary
ConstructorDescriptionTableNode
(String title, TableDataSource table) TableNode
(String title, TableDataSource table, boolean includeColumns, List<String> columns) TableNode
(String title, TableDataSource table, List<String> columns) -
Method Summary
Modifier and TypeMethodDescriptionReturn the markdown template code for this report node.getTable()
boolean
void
setColumns
(List<String> columns) void
setIncludeColumns
(boolean includeCols) void
setTable
(TableDataSource table) Methods inherited from class ca.phon.app.opgraph.report.tree.ReportTreeNode
add, add, addReportTreeListener, clear, contains, findRoot, fireNodeAdded, fireNodeRemoved, getChildren, getLevel, getListeners, getParent, getPath, getTitle, iterator, remove, remove, removeReportTreeListener, setParent, setTitle, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TableNode
-
TableNode
-
TableNode
-
-
Method Details
-
isIncludeColumns
public boolean isIncludeColumns() -
setIncludeColumns
public void setIncludeColumns(boolean includeCols) -
getTable
-
setTable
-
setColumns
-
getColumns
-
getReportTemplateBlock
Description copied from class:ReportTreeNode
Return the markdown template code for this report node.- Specified by:
getReportTemplateBlock
in classReportTreeNode
- Returns:
-
cloneWithoutChildren
- Specified by:
cloneWithoutChildren
in classReportTreeNode
-