Package org.zkoss.zk.ui.util

Utilities to handle user interfaces.

See:
          Description

Interface Summary
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.
ComponentSerializationListener Used to notify an object stored in a component, when the component is going to be serialized or has been deserialized.
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.
Condition A condition to test with.
DesktopCleanup Used to clean up a desktop.
DesktopInit Used to initialize a desktop when it is created.
DesktopSerializationListener Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized.
EventInterceptor The event interceptor used to intercept the processing of events.
ExecutionCleanup Used to clean up an execution.
ExecutionInit Used to initialize an execution when it is created.
ForEach Used to denote a collection of elements.
ForEachStatus Represents the runtime information of each iteration caused by ForEach.
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.
PageSerializationListener Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized.
PerformanceMeter A listener to measure the performance of certain activities.
RequestInterceptor Used to intercept the requests for the ZK Loader and Update Engine.
SessionCleanup Used to clean up a session.
SessionInit Used to initialize a session when it is created.
SessionSerializationListener Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized.
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).
URIInterceptor Used to intercept the loading of ZUML pages associated with the specfied URI.
WebAppCleanup Used to initialize a ZK application when it about to be destroyed.
WebAppInit Used to initialize a ZK application when it is created.
 

Class Summary
Clients Utilities to send AuResponse to the client.
ConditionImpl An utility to simplify the implementation of Condition.
Configuration The ZK configuration.
ForEachImpl An implementation of ForEach.
Statistic An implementation of Monitor to accumulate statistic data in memory.
 

Package org.zkoss.zk.ui.util Description

Utilities to handle user interfaces.



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