|
||||||||||
| 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.CreateEvent
public class CreateEvent
Used to notify a window that all its children are created and initialized.
UiEngine post this event to compoents that
declares the onCreate handler (either as a method or as in instance definition).
| Constructor Summary | |
|---|---|
CreateEvent(java.lang.String name,
Component target,
java.util.Map<?,?> args)
|
|
| Method Summary | |
|---|---|
java.util.Map<?,?> |
getArg()
Returns arg ( Execution.getArg()) when the component is
created. |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getEvent, 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 CreateEvent(java.lang.String name,
Component target,
java.util.Map<?,?> args)
| Method Detail |
|---|
public java.util.Map<?,?> getArg()
Execution.getArg()) when the component is
created.
Note: when onCreate listeners are called, Execution.getArg()
is no longer available, you have to use this method instead.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||