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

Packages that use org.zkoss.zk.ui.util
org.zkoss.bind ZK Bind Library 
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.sys System level classes for ZK Bind 
org.zkoss.bind.tracker.impl Tracker Implementation for ZK Bind 
org.zkoss.zk.au.http HTTP related classes used to do asynchronous updates. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.event The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know. 
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.select Utilities of ZK Component Selector, which retrieves components by selector rules, like CSS selectors. 
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 ZK EE utilities, such as utility to recycle desktops. 
org.zkoss.zkplus.cluster   
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 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.theme   
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.bind
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.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.bind.impl
ForEachStatus
          Represents the runtime information of each iteration caused by ForEach.
Template
          Represents a UI template that is used to create components.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.bind.sys
Template
          Represents a UI template that is used to create components.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.bind.tracker.impl
UiLifeCycle
          Used to intercept the life cycle of UI, such as Component being attached.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.au.http
DesktopInit
          Used to initialize a desktop when it is created.
WebAppInit
          Used to initialize a ZK application when it is created.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui
Configuration
          The ZK configuration.
Template
          Represents a UI template that is used to create components.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.event
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.http
Configuration
          The ZK configuration.
DesktopRecycle
          Used to recycle the desktop (Desktop).
 

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.
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.select
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.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zk.ui.sys
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
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).
ExecutionMonitor
          An application-level listener to know when an execution is activated, deactivated, or waiting for activation.
ForEach
          Used to denote a collection of elements.
ForEachStatus
          Represents the runtime information of each iteration caused by ForEach.
GenericAutowireComposer
          A skeletal 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.
GenericComposer
          A skeletal 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
          An application-level 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
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.ui.util
DesktopRecycle
          Used to recycle the desktop (Desktop).
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkplus.cluster
ExecutionCleanup
          Used to clean up an execution.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zkplus.databind
Composer
          Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component.
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.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zul
ComponentCloneListener
          Used to notify an object stored in a component, when the component is cloned.
 

Classes in org.zkoss.zk.ui.util used by org.zkoss.zul.theme
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).
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo