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

Packages that use org.zkoss.zk.ui.util
org.zkoss.zk.au.http HTTP related classes used to do 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.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkmax.au AU utilities in ZK EE, such as the inaccessible widget block service. 
org.zkoss.zkmax.init Initialization of zkmax 
org.zkoss.zkmax.ui.util   
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.http
DesktopInit
          Used to initialize a desktop when it is created.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.au.out
DeferredValue
          Used with AbstractComponent.smartUpdate(java.lang.String, java.lang.Object) 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.
 

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
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
Configuration
          The ZK configuration.
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.sys
Configuration
          The ZK configuration.
 

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.
ComponentActivationListener
          Used to notify an object stored in a component, when the session is going to be deactivated or has been activated.
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.
DesktopRecycle
          Used to recycle the desktop (Desktop).
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).
URIInfo
          Represents an URI and how to use the URI.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkmax.au
DesktopInit
          Used to initialize a desktop 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.zkmax.ui.util
DesktopRecycle
          Used to recycle the desktop (Desktop).
 

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. SourceForge.net Logo