|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CloneableEventListener<T extends Event> | A cloneable event listener that will be notified when an event occurs,
if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener extends org.zkoss.zk.ui.event.Event>). |
| Deferrable | Used to decorate EventListener to denote whether the event
for the listener can be deferred. |
| EventListener<T extends Event> | An event listener that will be notified when an event occurs, if it is
registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener extends org.zkoss.zk.ui.event.Event>). |
| EventQueue<T extends Event> | An event queue. |
| 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 | Deprecated. As of release 6.0.0, replaced with
Component.addEventListener(int, String, EventListener)
(and specifying the priority to 1000 or greater). |
| SelectEvent.SelectedObjectHandler<T extends Component> | A handle to retrieve selected objects from selected items (components) if possible. |
| SerializableEventListener<T extends Event> | A serializable event listener that will be notified when an event occurs,
if it is registered to Component.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener extends org.zkoss.zk.ui.event.Event>). |
| Class Summary | |
|---|---|
| BookmarkEvent | The bookmark udpate event used with onBookmarkChange
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. |
| EventQueues | Utilities to access the event queue. |
| Events | Utilities to handle events. |
| ForwardEvent | Represents the event forwarded by the forward condition. |
| FulfillEvent | Represents the fulfill condition has been applied. |
| GenericEventListener<T extends Event> | An abstract event listener that you can extend and write intuitive onXxx event handler methods; this class dispatch event to the implemented onXxx event handler methods automatically. |
| InputEvent | Represents an event cause by user's input something at the client. |
| KeyEvent | Represents a key pressed by the user. |
| MaximizeEvent | Represents an event caused by a component being maximized. |
| MinimizeEvent | Represents an event caused by a component being minimized. |
| MouseEvent | Represents an event cause by mouse activity. |
| 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<T extends Component,E> | 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. |
| SortEvent | Represents an event that indicates a sorting request to data. |
| StubEvent | The event sent from a stub component (StubComponent. |
| UploadEvent | Represents that user has uploaded one or several files from the client to the server. |
| URIEvent | The URI update event used with onURIChange
to notify that the assoicated URI
is changed by the user. |
| 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 | |||||||||