class %ZEN.Report.Display.composite
extends %ZEN.Report.Display.template, %ZEN.Report.Display.tableOutput
method %CreateComposite()
as %Status
This internal method creates the contents of the composite component.
abstract method %OnAfterCreateComposite()
as %Status
This callback is called after the children of this composite
component have been created.