Class MetisReportDelayedTable
java.lang.Object
io.github.tonywasher.joceanus.metis.report.MetisReportDelayedTable
Simple element class for delayed tables.
-
Constructor Summary
ConstructorsConstructorDescriptionMetisReportDelayedTable(String pId, MetisReportHTMLBuilder.MetisReportHTMLTable pParent, Object pSource) Constructor. -
Method Summary
-
Constructor Details
-
MetisReportDelayedTable
MetisReportDelayedTable(String pId, MetisReportHTMLBuilder.MetisReportHTMLTable pParent, Object pSource) Constructor.- Parameters:
pId- the table idpParent- the parent table.pSource- the source
-
-
Method Details
-
getId
Obtain the id.- Returns:
- the id
-
getParent
Obtain the parent.- Returns:
- the parent
-
getSource
Obtain the source.- Returns:
- the source
-