|
||||||||||
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.DrillEventArgs
This class provides event arguments for the DrillEventListener
interface.
Constructor Summary | |
DrillEventArgs(java.lang.Object source)
|
|
DrillEventArgs(java.lang.Object source,
TotallerNodeID newNode)
|
Method Summary | |
java.lang.String |
getGroupName()
Returns the group name for the object drilled on. |
java.lang.String |
getGroupNamePath()
Returns the group name path for the object drilled on. |
GroupPath |
getGroupPath()
Returns the group path for the object drilled on. |
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 DrillEventArgs(java.lang.Object source)
public DrillEventArgs(java.lang.Object source, TotallerNodeID newNode)
Method Detail |
public java.lang.String getGroupName()
Returns the group name for the object drilled on.
String.
public java.lang.String getGroupNamePath()
Returns the group name path for the object drilled on.
String
.public GroupPath getGroupPath()
Returns the group path for the object drilled on.
GroupPath
as an object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |