|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Deferrable | Used to decorate EventListener to denote whether the event
for the listener can be deferred. |
| EventListener | An listener that will be notified when an event occurs, if it is
registered to Component.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener). |
| EventThreadCleanup | Used to clean the event processing thread. |
| EventThreadInit | Used to initialize the event processing thread. |
| EventThreadResume | Used to listen after the event processing thread is resumed. |
| EventThreadSuspend | Used to listen when the event processing thread is going to suspend. |
| Express | Decorates an event listener (EventListener) shall be invoked
before other event listeners, including the onXxx member declared in the
ZUML pages. |
| Class Summary | |
|---|---|
| BookmarkEvent | The onBookmarkChanged event used to notify that user pressed BACK, FORWARD or others that causes the bookmark changed (but still in the same desktop). |
| CheckEvent | Represents an event cause by user's check a state at the client. |
| ClientInfoEvent | The onClientInfo event is used to notify the client's information, such as time zone and screen resolutions. |
| CreateEvent | Used to notify a window that all its children are created and initialized. |
| DropEvent | Represents an event cause by user's dragging and dropping a component. |
| ErrorEvent | Represents an event cause by user's entering a wrong data or clearing the last wrong data. |
| Event | An event sent to the event handler of a component. |
| Events | Utilities to handle events. |
| ForwardEvent | Represents the event forwarded by the forward condition. |
| InputEvent | Represents an event cause by user's input something at the client. |
| KeyEvent | Represents a key pressed by the user. |
| MouseEvent | Represents an event cause by mouse activitly. |
| MoveEvent | Represents an event caused by a component being moved. |
| OpenEvent | Represents an event cause by user's openning or closing something at the client. |
| ScrollEvent | Represents an event caused by that user is scrolling or has scrolled at the client. |
| SelectEvent | Represents an event cause by user's the list selection is changed at the client. |
| SelectionEvent | Represents an event cause by user's the active selection which is a highlighted block of text. |
| SizeEvent | Represents an event caused by a component being re-sized. |
| UploadEvent | Represents that user has uploaded one or several files from the client to the server. |
| ZIndexEvent | Represents an event caused by a component whose z-index is modified by the client. |
The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know.
For application developers they usually need only the org.zkoss.zk.ui package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||