create(Report report, Selectable selectable) Creates a new group and gives it a header section containing a selectable
field and an empty footer section.
forceFooterOutput() Layout engines need to call this method when a group's footer is being
output not because this group has a new value but because some previous
group's value changed and we want to output this group's footer.
public int
getRecordCount() Returns the number of records in the group so far.
Returns true if the specified section is inside this group,
either as a header or a footer.
Parameters: s - a section true if the section is within this group
Creates a new group and gives it a header section containing a selectable
field and an empty footer section.
Parameters: report - a report Parameters: selectable - a selectable object a new group with a header section containing a column field andan empty footer section
Layout engines need to call this method when a group's footer is being
output not because this group has a new value but because some previous
group's value changed and we want to output this group's footer.
See Also:jimm.datavision.layout.LayoutEngine.groupFooters
Returns the value of this group's selectable. Only valid while
the report is running.
the value of the selectable; undefined when the reportis not running
Sets the group value that is returned by getValue. This
method should only be called by the report while it is running.
Parameters: report - the report from which we retrieve our selectable's value
sortOrderIntToString
public static String sortOrderIntToString(int order)(Code)
sortOrderStringToInt
public static int sortOrderStringToInt(String order)(Code)