CreateEvent

Used to notify a window that all its children are created and initialized. UiEngine post this event to components that declares the onCreate handler (either as a method or as in instance definition).

Class Name

org.zkoss.zk.ui.event.CreateEvent

Methods

Name

Description

Data Type

getArg()

Returns arguments (org.zkoss.zk.ui.Execution.getArg()) when the component is created.

java.lang.String

Inherited From