|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportBreak | |
planetj.database.report |
Uses of ReportBreak in planetj.database.report |
Subclasses of ReportBreak in planetj.database.report | |
class |
OverallReportBreak
A special kind of ReportBreak which operates on all of the Rows returned by an SQL query, and not a subset of those Rows. |
Methods in planetj.database.report that return ReportBreak | |
ReportBreak |
ReportBreakRow.getReportBreak()
Gets the ReportBreak from which this Row was generated |
ReportBreak |
ReportBreakCollection.addNewReportBreak(java.lang.String pColumnFunctionToken,
java.util.List pFieldNames,
java.lang.String pBreakColumnName,
boolean pAddOverall)
Deprecated. Use the version which takes in a ReportBreakPropertyGroup instead |
ReportBreak |
ReportBreakCollection.addNewReportBreak(ReportPropertyGroup prpg,
java.lang.String pColumnFunctionToken,
java.lang.String pBreakColumnName)
Creates a new ReportBreak and adds it to this ReportBreakCollection. |
ReportBreak |
ReportBreak.cloneReportBreak()
Clones this ReportBreak |
Methods in planetj.database.report with parameters of type ReportBreak | |
protected void |
ReportBreakRow.setReportBreak(ReportBreak newReportBreak)
Sets the ReportBreak from which this Row was generated |
boolean |
ReportBreakCollection.addReportBreak(ReportBreak pRB)
Adds a ReportBreak to this ReportBreakCollection, but only if it isn't already present. |
boolean |
ReportBreakCollection.addReportBreak(ReportBreak pRB,
int pIndex)
Adds a ReportBreak to this ReportBreakCollection at the specified index, but only if it isn't already present. |
protected void |
ReportBreakCollection.addReportBreakInternal(ReportBreak pRB)
Adds a ReportBreak to this ReportBreakCollection |
protected void |
ReportBreakCollection.addReportBreakInternal(ReportBreak pRB,
int pIndex)
Adds a ReportBreak to this ReportBreakCollection at the specified index |
int |
ReportBreakCollection.indexOf(ReportBreak pRB)
Returns the index of the ReportBreak among *ALL* report breaks in this ReportBreakCollection, or -1 if the ReportBreak is not part of this ReportBreakCollection |
protected void |
ReportBreak.initialize(ReportBreak rb)
Initializes this ReportBreak based on another ReportBreak (which must be compatible with this ReportBreak) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |