Uses of Package
org.zkoss.zk.ui

Packages that use org.zkoss.zk.ui
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.au.http HTTP relevant classes used to do asynchronous updates. 
org.zkoss.zk.au.out The responses of asynchronous updates (sent from server to client). 
org.zkoss.zk.device Device (such as Ajax browsers and mobile devices) relevant classes. 
org.zkoss.zk.fn A collections of functions used in EL expressions (implementation only). 
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on. 
org.zkoss.zk.scripting.bsh BeanShell - Java Interpreter. 
org.zkoss.zk.scripting.util Utilities for implementing interpters and namespaces. 
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.ext Additional Interfaces that might be implemented by special components, such as AfterCompose
org.zkoss.zk.ui.ext.client Additional Interfaces that might be implemented by the returned object of getExtraCtrl(). 
org.zkoss.zk.ui.ext.render Additional Interfaces that might be implemented by the returned object of getExtraCtrl(). 
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.render The component render is a way to render a component in addition to the use of JSP, DSP, and other Servlet technologies. 
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.zk.xel ZK XEL utilities. 
org.zkoss.zk.xel.impl XEL utilities for implementation only. 
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.au
Component
          A UI component.
Desktop
          Represents a desktop.
Page
          A page.
UiException
          Represents an UI-relevant runtime exception.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.au.http
Session
          A user session.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.au.out
Component
          A UI component.
Desktop
          Represents a desktop.
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.device
Desktop
          Represents a desktop.
UiException
          Represents an UI-relevant runtime exception.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.fn
Component
          A UI component.
Execution
          An execution of a client request (e.g., ServletRequest).
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.scripting
Component
          A UI component.
Page
          A page.
UiException
          Represents an UI-relevant runtime exception.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.scripting.bsh
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.scripting.util
Component
          A UI component.
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui
AbstractComponent
          A skeletal implementation of Component.
Component
          A UI component.
ComponentNotFoundException
          Dentoes a component cannot be found.
Desktop
          Represents a desktop.
DesktopUnavailableException
          Denotes the desktop being accessed is no longer available.
Execution
          An execution of a client request (e.g., ServletRequest).
HtmlBasedComponent
          A skeletal implementation for HTML based components.
IdSpace
          Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
OperationException
          The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
Page
          A page.
Path
          A representation of a component path.
Richlet
          Defines methods that all richlets must implement.
RichletConfig
          A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
Session
          A user session.
SuspendNotAllowedException
          Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
UiException
          Represents an UI-relevant runtime exception.
WebApp
          Represents a Web application.
WrongValueException
          Denotes the value passed to a setter (aka., mutator) of a component is wrong.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.event
Component
          A UI component.
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.ext
Component
          A UI component.
IdSpace
          Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
WrongValueException
          Denotes the value passed to a setter (aka., mutator) of a component is wrong.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.ext.client
WrongValueException
          Denotes the value passed to a setter (aka., mutator) of a component is wrong.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.ext.render
Component
          A UI component.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.http
Component
          A UI component.
Desktop
          Represents a desktop.
Execution
          An execution of a client request (e.g., ServletRequest).
Page
          A page.
Session
          A user session.
WebApp
          Represents a Web application.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.impl
Component
          A UI component.
Desktop
          Represents a desktop.
Execution
          An execution of a client request (e.g., ServletRequest).
IdSpace
          Implemented by a component (Component) and a page (Page) to denote that all its descendant and itself forms an independent ID space.
Page
          A page.
Richlet
          Defines methods that all richlets must implement.
RichletConfig
          A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
Session
          A user session.
SuspendNotAllowedException
          Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
WebApp
          Represents a Web application.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.metainfo
Component
          A UI component.
Page
          A page.
UiException
          Represents an UI-relevant runtime exception.
WebApp
          Represents a Web application.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.metainfo.impl
Component
          A UI component.
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.render
Component
          A UI component.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.sys
Component
          A UI component.
ComponentNotFoundException
          Dentoes a component cannot be found.
Desktop
          Represents a desktop.
DesktopUnavailableException
          Denotes the desktop being accessed is no longer available.
Execution
          An execution of a client request (e.g., ServletRequest).
Executions
          Utilities to access Execution.
Page
          A page.
Richlet
          Defines methods that all richlets must implement.
Session
          A user session.
Sessions
          Utilities to access Session.
SuspendNotAllowedException
          Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
UiException
          Represents an UI-relevant runtime exception.
WebApp
          Represents a Web application.
WrongValueException
          Denotes the value passed to a setter (aka., mutator) of a component is wrong.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.ui.util
Component
          A UI component.
Desktop
          Represents a desktop.
Execution
          An execution of a client request (e.g., ServletRequest).
Page
          A page.
Richlet
          Defines methods that all richlets must implement.
Session
          A user session.
UiException
          Represents an UI-relevant runtime exception.
WebApp
          Represents a Web application.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.xel
Component
          A UI component.
Page
          A page.
 

Classes in org.zkoss.zk.ui used by org.zkoss.zk.xel.impl
Component
          A UI component.
Execution
          An execution of a client request (e.g., ServletRequest).
Page
          A page.
 



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