|
||||||||||
| 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.setDataContextpublic ITotallerNodeID getDrillDownContext()
Returns the DrillDownContext.
DrillDownContext as a
com.crystaldecisions.sdk.occa.report.reportsource.ITotallerNodeID object.setDrillDownContextpublic java.lang.String getObjectName()
Returns the object name.
String.setObjectNamepublic int getPageNumber()
Returns the page number.
int.setPageNumberpublic java.lang.String getReportURI()
Returns the report URI.
String.setReportURIpublic int getSectionNumber()
Returns the section number.
int.setSectionNumberpublic 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.getDataContextpublic 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.getDrillDownContextpublic void setObjectName(java.lang.String newObjectName)
Sets the object name.
newObjectName - A String that specifies the new object name.getObjectNamepublic void setPageNumber(int newPageNumber)
Sets the page number.
newPageNumber - An int that specifies the new page number.getPageNumberpublic void setReportURI(java.lang.String newReportURI)
Sets the report URI.
newReportURI - A Stringthat specifies the report's URI.getReportURIpublic 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 | |||||||||