|
||||||||||
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.ReportPartBookmarkNavigationEventArgs
This class provides event arguments for the
IReportPartBookmarkNavigationEventListener
.
Constructor Summary | |
ReportPartBookmarkNavigationEventArgs(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getDataContext()
Returns the data context. |
ITotallerNodeID |
getDrillDownContext()
Returns the DrillDownContext . |
java.lang.String |
getObjectName()
Returns the object name. |
int |
getPageNumber()
Returns the page number. |
java.lang.String |
getReportURI()
Returns the report URI. |
int |
getSectionNumber()
Returns the section number. |
void |
setDataContext(java.lang.String newDataContext)
Sets the data context. |
void |
setDrillDownContext(ITotallerNodeID newDrillDownContext)
Sets the drill down context. |
void |
setObjectName(java.lang.String newObjectName)
Sets the object name. |
void |
setPageNumber(int newPageNumber)
Sets the page number. |
void |
setReportURI(java.lang.String newReportURI)
Sets the report URI. |
void |
setSectionNumber(int newSectionNumber)
Sets the section number. |
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 ReportPartBookmarkNavigationEventArgs(java.lang.Object source)
Method Detail |
public java.lang.String getDataContext()
Returns the data context. The DataContext
is
a report-specific context.
String
.setDataContext
public ITotallerNodeID getDrillDownContext()
Returns the DrillDownContext
.
DrillDownContext
as a
com.crystaldecisions.sdk.occa.report.reportsource.ITotallerNodeID
object.setDrillDownContext
public java.lang.String getObjectName()
Returns the object name.
String
.setObjectName
public int getPageNumber()
Returns the page number.
int
.setPageNumber
public java.lang.String getReportURI()
Returns the report URI.
String
.setReportURI
public int getSectionNumber()
Returns the section number.
int
.setSectionNumber
public void setDataContext(java.lang.String newDataContext)
Sets the data context. The DataContext
is
a report-specific context.
Note: The data context can be specified using either strings or integers to describe the report nodes.
newDataContext
- A String
that specifies the new data
context.getDataContext
public void setDrillDownContext(ITotallerNodeID newDrillDownContext)
Sets the drill down context.
newDrillDownContext
- A
com.crystaldecisions.sdk.occa.report.reportsource.ITotallerNodeID
object that specifies the new drill down context.getDrillDownContext
public void setObjectName(java.lang.String newObjectName)
Sets the object name.
newObjectName
- A String
that specifies the new object name.getObjectName
public void setPageNumber(int newPageNumber)
Sets the page number.
newPageNumber
- An int
that specifies the new page number.getPageNumber
public void setReportURI(java.lang.String newReportURI)
Sets the report URI.
newReportURI
- A String
that specifies the report's URI.getReportURI
public void setSectionNumber(int newSectionNumber)
Sets the section number.
newSectionNumber
- An int
that specifies the
new section number.getSectionNumber
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |