The org.zkoss.zk.ui.util.UiLifeCycle interface"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} <javadoc type="interface">org.zkoss.zk.ui.util.UiLifeCycle</javadoc> is implemented by a listener class that will be used to handle somet…')
 
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 +
'''Property:'''
 +
The org.zkoss.zk.ui.util.UiLifeCycle interface
  
 
<javadoc type="interface">org.zkoss.zk.ui.util.UiLifeCycle</javadoc> is implemented by a listener class that will be used to handle something dependin on the life cycle of UI, such as attaching a component to a page, moving a component and so on. Once registered, an instance of the specified class is created and shared within the whole application.
 
<javadoc type="interface">org.zkoss.zk.ui.util.UiLifeCycle</javadoc> is implemented by a listener class that will be used to handle something dependin on the life cycle of UI, such as attaching a component to a page, moving a component and so on. Once registered, an instance of the specified class is created and shared within the whole application.
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Revision as of 08:20, 6 December 2010


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


Property:

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

UiLifeCycle is implemented by a listener class that will be used to handle something dependin on the life cycle of UI, such as attaching a component to a page, moving a component and so on. Once registered, an instance of the specified class is created and shared within the whole application.



Last Update : 2010/12/06

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