| Name | Description | Type | Package | Framework |
| AggregationListener | A listener to gather some non-predefined listenersSince:8. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Callback | A callback interface to execute in some circumstance. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| CharsetFinder | Represents a class that decides the character set based on the content type and the real content. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Clients | Utilities to send AuResponse to the client. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ComponentActivationListener | Used to notify an object stored in a component, when the session is going to be deactivated or has been activated. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ComponentCloneListener | Used to notify an object stored in a component, when the component is cloned. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ComponentSerializationListener | Used to notify an object stored in a component, when the component is going to be serialized or has been deserialized. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Composer | Represents a composer to initialize a component (or a component of tree) when ZK loader is composing a component. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ComposerExt | An addition interface implemented with Composer to provide Note: any class that implements ComposerExt must implement | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Composition | Composition manager that compose the given components into a whole page per the "insert" components and "define" components annotations. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Condition | A condition to test with. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ConditionImpl | An utility to simplify the implementation of Condition. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ConfigParser | A configuration parser is an application-specific parser to parse the configurations in zk. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Configuration | The ZK configuration. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ConventionWires | Utilities to wire variables by name conventions. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DataHandlerInfo | A data handler info for Configuration to use. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DesktopActivationListener | Used to notify an object stored in a desktop, when the session is going to be deactivated or has been activated. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DesktopCleanup | Used to clean up a desktop. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DesktopInit | Used to initialize a desktop when it is created. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DesktopRecycle | Used to recycle the desktop (Desktop). | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| DesktopSerializationListener | Used to notify an object stored in a desktop, when the desktop is going to be serialized or has been deserialized. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| EventInterceptor | The event interceptor used to intercept the processing of events. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ExecutionCleanup | Used to clean up an execution. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ExecutionInit | Used to initialize an execution when it is created. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ExecutionMonitor | An application-level listener to know when an execution is activated, deactivated, or waiting for activation. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ForEach | Used to denote a collection of elements. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ForEachImpl | An implementation of ForEach. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ForEachStatus | Represents the runtime information of each iteration caused by The main use is to get the object in the outer iteration: | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| FullComposer | A decorative interface used with Composer (and/or ComposerExt) to indicate that it requires the full control. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| GenericAutowireComposer | A skeletal composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| 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. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| GenericForwardComposer | A skeletal composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| GenericInitiator | A skeletal implementation that provides does-nothing for all methods, such that the deriving class needs only to implement the required method. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Initiator | in the init directive. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| InitiatorExt | An extra interface that can be implemented with Initiator to have the better control. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Monitor | A listener to monitor the status of ZK engine. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| PageActivationListener | Used to notify an object stored in a page, when the session is going to be deactivated or has been activated. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| PageSerializationListener | Used to notify an object stored in a page, when the page is going to be serialized or has been deserialized. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| PerformanceMeter | An application-level listener to measure the performance of the processing of client Note: ZK doesn't fork another low-priority thread to call the | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| RequestInterceptor | Used to intercept the requests for the ZK Loader and Update Engine. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| SessionActivationListener | Used to notify an object stored in a session, when the session is going to be deactivated or has been activated. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| SessionCleanup | Used to clean up a session. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| SessionInit | Used to initialize a session when it is created. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| SessionSerializationListener | Used to notify an object stored in a session, when the session is going to be serialized or has been deserialized. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Statistic | An implementation of Monitor to accumulate statistic data It has no effect until you specify it in WEB-INF/zk. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| Template | Represents a UI template that is used to create components. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ThemeProvider | Used to replace the theme defined in the language definitions (lang. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| ThemeProvider .Aide | Utilities to help the implementation of ThemeProvider to manipulate the URI such that it is able to use a different URI | Class | org.zkoss.zk.ui.util.ThemeProvider | ZKoss (ZK) |
|
| UiLifeCycle | Used to intercept the life cycle of UI, such as ComponentSince:3. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| URIInfo | Represents an URI and how to use the URI. | Class | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| URIInterceptor | Used to intercept the loading of ZUML pages associated with the specified URI. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| WebAppCleanup | Used to initialize a ZK application when it about to be destroyed. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |
|
| WebAppInit | Used to initialize a ZK application when it is created. | Interface | org.zkoss.zk.ui.util | ZKoss (ZK) |