The org.zkoss.zk.ui.util.Initiator interface

From Documentation
Revision as of 04:25, 31 March 2011 by Tomyeh (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.util.Initiator interface [since 5.0.7] <javadoc type="interface">org.zkoss.zk.ui.util.Initiator</javad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DocumentationZK Configuration Referencezk.xmlThe listener ElementThe org.zkoss.zk.ui.util.Initiator interface
The org.zkoss.zk.ui.util.Initiator interface


Property:

org.zkoss.zk.ui.util.Initiator interface
[since 5.0.7]

Initiator is implemented by a listener class that can used to handle the initialization of a page as if it is specified in the init directive. It is called system-level initiators.

Each time a ZK page is created, ZK will instantiate one instance for each registered system-level initiator and the invoke Initiator.doInit(Page, Map) and other methods.



Last Update : 2011/03/31

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.