Uses of Package
org.zkoss.zk.ui.util

Packages that use org.zkoss.zk.ui.util
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.au.out The responses of asynchronous updates (sent from server to client). 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.metainfo.impl The implementation class of the metainfos. 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkdemo.test   
org.zkoss.zkdemo.test2   
org.zkoss.zkdemo.userguide   
org.zkoss.zkmax.init Initialization of zkmax 
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
org.zkoss.zkplus.hibernate Utilities to support Hibernate
org.zkoss.zkplus.jpa Utilities to support JPA 
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.au
DeferredValue
          Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.au.out
DeferredValue
          Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui
Configuration
          The ZK configuration.
DeferredValue
          Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
EventInterceptor
          The event interceptor used to intercept the processing of events.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.http
Configuration
          The ZK configuration.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.impl
Configuration
          The ZK configuration.
DeferredValue
          Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
EventInterceptor
          The event interceptor used to intercept the processing of events.
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.metainfo
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
Condition
          A condition to test with.
ConditionImpl
          An utility to simplify the implementation of Condition.
ForEach
          Used to denote a collection of elements.
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.metainfo.impl
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.sys
Configuration
          The ZK configuration.
DeferredValue
          Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue) to represent a value that shall be evaluated only in the rendering phase (rather than in the event processing phase).
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.util
CharsetFinder
          Represents a class that decides the character set based on the content type and the real content.
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt
          An addition interface implemented with Composer to provide more control.
ConditionImpl
          An utility to simplify the implementation of Condition.
ForEach
          Used to denote a collection of elements.
ForEachStatus
          Represents the runtime information of each iteration caused by ForEach.
GenericAutowireComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
InitiatorExt
          An extra interface that can be implemented with Initiator to have the better control.
Monitor
          A listener to monitor the status of ZK engine.
PerformanceMeter
          A listener to measure the performance of the processing of client requests.
ThemeProvider
          Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml) and the configuration (the theme-uri elements in web.xml).
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkdemo.test
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt
          An addition interface implemented with Composer to provide more control.
DesktopCleanup
          Used to clean up a desktop.
ExecutionCleanup
          Used to clean up an execution.
GenericAutowireComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericForwardComposer
          An abstract composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
PerformanceMeter
          A listener to measure the performance of the processing of client requests.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkdemo.test2
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt
          An addition interface implemented with Composer to provide more control.
DesktopCleanup
          Used to clean up a desktop.
DesktopInit
          Used to initialize a desktop when it is created.
GenericAutowireComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericForwardComposer
          An abstract composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkdemo.userguide
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
ComposerExt
          An addition interface implemented with Composer to provide more control.
GenericAutowireComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
GenericComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
GenericForwardComposer
          An abstract composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
ThemeProvider
          Used to replace the theme defined in the language definitions (lang.xml and lang-addon.xml) and the configuration (the theme-uri elements in web.xml).
WebAppInit
          Used to initialize a ZK application when it is created.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkmax.init
WebAppInit
          Used to initialize a ZK application when it is created.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkplus.databind
Initiator
          Implemented by an initiator that will be invoked if it is specified in the init directive.
InitiatorExt
          An extra interface that can be implemented with Initiator to have the better control.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkplus.hibernate
ExecutionCleanup
          Used to clean up an execution.
ExecutionInit
          Used to initialize an execution when it is created.
WebAppCleanup
          Used to initialize a ZK application when it about to be destroyed.
WebAppInit
          Used to initialize a ZK application when it is created.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkplus.jpa
ExecutionCleanup
          Used to clean up an execution.
ExecutionInit
          Used to initialize an execution when it is created.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved.