|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.ForwardEvent
public class ForwardEvent
Represents the event forwarded by the forward condition.
The forward condition is added by use of Component.addForward(java.lang.String, org.zkoss.zk.ui.Component, java.lang.String).
| Constructor Summary | |
|---|---|
ForwardEvent(java.lang.String name,
Component target,
Event origin)
Constructs a foward event. |
|
| Method Summary | |
|---|---|
Event |
getOrigin()
Returns the original Event. |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardEvent(java.lang.String name,
Component target,
Event origin)
origin - the original event that causes this forward event.| Method Detail |
|---|
public Event getOrigin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||