|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportState
Creation-Date: 03.07.2007, 13:18:11
Field Summary | |
---|---|
static int |
BEFORE_FIRST_GROUP
A group number that is 'before' the first group. |
static int |
BEFORE_FIRST_ROW
A row number that is 'before' the first row. |
Method Summary | |
---|---|
Object |
clone()
|
GroupingState |
createGroupingState()
|
void |
firePageFinishedEvent(boolean noParentPassing)
|
void |
firePageStartedEvent(int eventCode)
|
int |
getCurrentCrosstabPaddingItem()
|
int |
getCurrentDataItem()
|
int |
getCurrentGroupIndex()
|
InlineSubreportMarker |
getCurrentSubReportMarker()
|
DataRow |
getDataRow()
|
ReportProcessingErrorHandler |
getErrorHandler()
|
int |
getEventCode()
Returns the unique event code for this report state type. |
DefaultFlowController |
getFlowController()
|
LayoutProcess |
getLayoutProcess()
|
int |
getLevel()
|
int |
getNumberOfRows()
|
ReportState |
getParentState()
|
ReportState |
getParentSubReportState()
|
int |
getPresentationGroupIndex()
|
ReportStateKey |
getProcessKey()
|
int |
getProgressLevel()
|
int |
getProgressLevelCount()
|
ReportDefinition |
getReport()
|
ResourceBundleFactory |
getResourceBundleFactory()
|
boolean |
isFinish()
|
boolean |
isInItemGroup()
|
boolean |
isInlineProcess()
|
boolean |
isPrepareRun()
|
boolean |
isSubReportEvent()
|
void |
setErrorHandler(ReportProcessingErrorHandler errorHandler)
|
Field Detail |
---|
static final int BEFORE_FIRST_ROW
static final int BEFORE_FIRST_GROUP
Method Detail |
---|
int getNumberOfRows()
DataRow getDataRow()
ReportDefinition getReport()
int getCurrentDataItem()
int getCurrentCrosstabPaddingItem()
int getCurrentGroupIndex()
int getPresentationGroupIndex()
boolean isPrepareRun()
boolean isFinish()
int getLevel()
int getProgressLevel()
int getProgressLevelCount()
int getEventCode()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
DefaultFlowController getFlowController()
boolean isSubReportEvent()
void setErrorHandler(ReportProcessingErrorHandler errorHandler)
InlineSubreportMarker getCurrentSubReportMarker()
ReportProcessingErrorHandler getErrorHandler()
LayoutProcess getLayoutProcess()
void firePageFinishedEvent(boolean noParentPassing)
void firePageStartedEvent(int eventCode)
ReportState getParentState()
ReportState getParentSubReportState()
ReportStateKey getProcessKey()
boolean isInItemGroup()
boolean isInlineProcess()
ResourceBundleFactory getResourceBundleFactory()
GroupingState createGroupingState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |