|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.crystaldecisions.report.web.viewer.ViewerEventArgs
com.crystaldecisions.report.web.viewer.DrillDownSubreportEventArgs
This class provides arguments for the
DrillDownSubreportEventListener
interface.
Constructor Summary | |
DrillDownSubreportEventArgs(java.lang.Object source,
SubreportRequestContext oldSubreportContext,
SubreportRequestContext newSubreportContext)
|
Method Summary | |
java.lang.String |
getCurrentSubreportName()
Returns the name of the current subreport. |
int |
getCurrentSubreportPageNumber()
Returns the page number for the current subreport. |
int |
getCurrentXOffset()
Returns the current X offset within the report. |
int |
getCurrentYOffset()
Returns the current Y offset within the report. |
java.lang.String |
getNewSubreportName()
Returns the new subreport name. |
int |
getNewSubreportPageNumber()
Returns the new subreport page number. |
int |
getNewXOffset()
Returns the new X offset. |
int |
getNewYOffset()
Returns the new Y offset. |
Methods inherited from class com.crystaldecisions.report.web.viewer.ViewerEventArgs |
isHandled, setHandled |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DrillDownSubreportEventArgs(java.lang.Object source, SubreportRequestContext oldSubreportContext, SubreportRequestContext newSubreportContext)
Method Detail |
public java.lang.String getCurrentSubreportName()
Returns the name of the current subreport.
String
.public int getCurrentSubreportPageNumber()
Returns the page number for the current subreport.
int
.public int getCurrentXOffset()
Returns the current X offset within the report.
int
.public int getCurrentYOffset()
Returns the current Y offset within the report.
int
.public java.lang.String getNewSubreportName()
Returns the new subreport name.
String
.public int getNewSubreportPageNumber()
Returns the new subreport page number.
int
.public int getNewXOffset()
Returns the new X offset. The unit is browser-dependent.
int
.public int getNewYOffset()
Returns the new Y offset. The unit is browser-dependent.
int
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |