Package org.zkoss.zk.ui

Interfaces of the common user-interfaces, such as Page and Component.

See:
          Description

Interface Summary
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.
WebApp Represents a Web application.
 

Class Summary
AbstractComponent A skeletal implementation of Component.
Components Utilities to access Component.
Executions Utilities to access Execution.
GenericRichlet Defines a genric richlet.
HtmlBasedComponent A skeletal implementation for HTML based components.
HtmlMacroComponent The implemetation of a macro component upon HTML.
Path A representation of a component path.
Sessions Utilities to access Session.
UiException.Aide Utilities.
 

Exception Summary
ComponentNotFoundException Dentoes a component cannot be found.
OperationException The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.
SuspendNotAllowedException Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
UiException Represents an UI-relevant runtime exception.
WrongValueException Denotes the value passed to a setter (aka., mutator) of a component is wrong.
 

Package org.zkoss.zk.ui Description

Interfaces of the common user-interfaces, such as Page and Component.

Application developers usually need only classes defined in this package. For advance control, they might see also the org.zkoss.zk.ui.event and org.zkoss.zk.ui.util

Component developers might need also the org.zkoss.zk.ui.ext package.

All other packages are mostly used internally.

See Page for an overview.



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