|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportGroup | |
---|---|
org.ujac.util.table |
Uses of ReportGroup in org.ujac.util.table |
---|
Methods in org.ujac.util.table that return ReportGroup | |
---|---|
ReportGroup[] |
ReportTable.getGroups()
Getter method for the the property groups. |
protected ReportGroup |
ReportGroup.setColumnIdx(int columnIdx)
Setter method for the the property columnIdx. |
ReportGroup |
ReportGroup.setEnforceResultRow(boolean enforceResultRow)
Setter method for the the property enforceResultRow. |
ReportGroup |
ReportGroup.setHideAtSucceedingRows(boolean hideAtSucceedingRows)
Setter method for the the property hideAtSucceedingRows. |
ReportGroup |
ReportGroup.setKeepTogether(boolean keepTogether)
Setter method for the the property keepTogether. |
ReportGroup |
ReportGroup.setResultsInTitleRow(boolean resultsInTitleRow)
Setter method for the the property resultsInTitleRow. |
ReportGroup |
ReportGroup.setStartNewPage(boolean startNewPage)
Setter method for the the property startNewPage. |
ReportGroup |
ReportGroup.setViewTitleRow(boolean viewTitleRow)
Setter method for the the property viewTitleRow. |
Methods in org.ujac.util.table with parameters of type ReportGroup | |
---|---|
void |
ReportTable.addGroup(ReportGroup group)
Adds a group to the report. |
protected void |
ReportFunction.init(ReportTable report,
ReportGroup[] allGroups)
Initializes the report function. |
Constructors in org.ujac.util.table with parameters of type ReportGroup | |
---|---|
ReportIterator(ReportTable report,
ReportFunction[] functions,
ReportGroup[] groups)
Contructs a ReportIterator intance with specific attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |