4041424344454647484950
*/ public void run() { if (isValid() == false) { setError(new ReportProcessingException("Error: The task is not configured properly.")); return; } setError(null); try
85868788899091
} public void itemsStarted(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a detail band. Never."); }
91929394959697
} public void itemsAdvanced(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a detail band. Never."); }
979899100101102103
} public void itemsFinished(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a detail band. Never."); }
103104105106107108109
} public void summaryRowStart(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a summary band. Never."); }
109110111112113114115
} public void summaryRowEnd(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a summary band. Never."); }
115116117118119120121
} public void summaryRow(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("A crosstab-group cannot contain a summary band. Never."); }
205206207208209210211
public void summaryRowStart(final DefaultOutputFunction outputFunction, final ReportEvent event) throws ReportProcessingException { throw new ReportProcessingException("Crosstab-column groups handler cannot contain summary-rows"); }