| java.lang.Object org.jfree.report.states.ReportStateKey
ReportStateKey | public class ReportStateKey (Code) | | The process-state key is a unique functional identifier of report-states. However, it does not
get updated with changes to the report-state, so it always represents the process-state at the
beginning of the report-state processing. This key can be used to see whether there was some progress
and to uniquely identify report-states, but for everything else, this class is not suitable.
author: Thomas Morgner |
ReportStateKey | public ReportStateKey(ReportStateKey parent, int cursor, int stateCode, int groupLevel, int subreport)(Code) | | |
getCursor | public int getCursor()(Code) | | |
getGroupLevel | public int getGroupLevel()(Code) | | |
getStateCode | public int getStateCode()(Code) | | |
getSubreport | public int getSubreport()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|