com.crystaldecisions.report.web.viewer
Class ReportPartBookmarkNavigationEventArgs

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.crystaldecisions.report.web.viewer.ViewerEventArgs
          extended bycom.crystaldecisions.report.web.viewer.ReportPartBookmarkNavigationEventArgs
All Implemented Interfaces:
java.io.Serializable

public class ReportPartBookmarkNavigationEventArgs
extends ViewerEventArgs

This class provides event arguments for the IReportPartBookmarkNavigationEventListener.

See Also:
Serialized Form

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

ReportPartBookmarkNavigationEventArgs

public ReportPartBookmarkNavigationEventArgs(java.lang.Object source)
Method Detail

getDataContext

public java.lang.String getDataContext()

Returns the data context. The DataContext is a report-specific context.

Returns:
The data context as a String.
See Also:
setDataContext

getDrillDownContext

public ITotallerNodeID getDrillDownContext()

Returns the DrillDownContext.

Returns:
The DrillDownContext as a com.crystaldecisions.sdk.occa.report.reportsource.ITotallerNodeID object.
See Also:
setDrillDownContext

getObjectName

public java.lang.String getObjectName()

Returns the object name.

Returns:
The object name as a String.
See Also:
setObjectName

getPageNumber

public int getPageNumber()

Returns the page number.

Returns:
The page number as an int.
See Also:
setPageNumber

getReportURI

public java.lang.String getReportURI()

Returns the report URI.

Returns:
The report URI as a String.
See Also:
setReportURI

getSectionNumber

public int getSectionNumber()

Returns the section number.

Returns:
The section number as an int.
See Also:
setSectionNumber

setDataContext

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.

Parameters:
newDataContext - A String that specifies the new data context.
See Also:
getDataContext

setDrillDownContext

public void setDrillDownContext(ITotallerNodeID newDrillDownContext)

Sets the drill down context.

Parameters:
newDrillDownContext - A com.crystaldecisions.sdk.occa.report.reportsource.ITotallerNodeID object that specifies the new drill down context.
See Also:
getDrillDownContext

setObjectName

public void setObjectName(java.lang.String newObjectName)

Sets the object name.

Parameters:
newObjectName - A String that specifies the new object name.
See Also:
getObjectName

setPageNumber

public void setPageNumber(int newPageNumber)

Sets the page number.

Parameters:
newPageNumber - An int that specifies the new page number.
See Also:
getPageNumber

setReportURI

public void setReportURI(java.lang.String newReportURI)

Sets the report URI.

Parameters:
newReportURI - A Stringthat specifies the report's URI.
See Also:
getReportURI

setSectionNumber

public void setSectionNumber(int newSectionNumber)

Sets the section number.

Parameters:
newSectionNumber - An int that specifies the new section number.
See Also:
getSectionNumber