An event raised when a widget is created, once it has been fully set up. For container widgets, this occurs after child widgets, if any, have been created.
@version $Id$
Used to notify a window that all its children are created and initialized. {@link org.zkoss.zk.ui.sys.UiEngine} post this event to compoents thatdeclares the onCreate handler (either as a method or as in instance definition).
@author tomyeh
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.