|
||||||||||
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
This class provides event arguments for the viewer.
Constructor Summary | |
ViewerEventArgs(java.lang.Object source)
|
Method Summary | |
boolean |
isHandled()
Returns if the viewer event is handled. |
void |
setHandled(boolean newHandled)
Sets whether the event is handled. |
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 ViewerEventArgs(java.lang.Object source)
Method Detail |
public boolean isHandled()
Returns if the viewer event is handled.
true
if the viewer event is handled and
false
otherwise.public void setHandled(boolean newHandled)
Sets whether the event is handled.
newHandled
- true
if the viewer event is
handled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |