|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| 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.impl | Implementation of user interfaces and factories (implementation only). |
| 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. |
| Uses of Event in org.zkoss.zk.ui |
|---|
| Methods in org.zkoss.zk.ui with parameters of type Event | |
|---|---|
void |
Execution.postEvent(Event evt)
Queues an event to the current execution. |
| Uses of Event in org.zkoss.zk.ui.event |
|---|
| Subclasses of Event in org.zkoss.zk.ui.event | |
|---|---|
class |
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). |
class |
CheckEvent
Represents an event cause by user's check a state at the client. |
class |
ClientInfoEvent
The onClientInfo event is used to notify the client's information, such as time zone and screen resolutions. |
class |
CreateEvent
Used to notify a window that all its children are created and initialized. |
class |
DropEvent
Represents an event cause by user's dragging and dropping a component. |
class |
ErrorEvent
Represents an event cause by user's entering a wrong data or clearing the last wrong data. |
class |
ForwardEvent
Represents the event forwarded by the forward condition. |
class |
InputEvent
Represents an event cause by user's input something at the client. |
class |
KeyEvent
Represents a key pressed by the user. |
class |
MouseEvent
Represents an event cause by mouse activitly. |
class |
MoveEvent
Represents an event caused by a component being moved. |
class |
OpenEvent
Represents an event cause by user's openning or closing something at the client. |
class |
ScrollEvent
Represents an event caused by that user is scrolling or has scrolled at the client. |
class |
SelectEvent
Represents an event cause by user's the list selection is changed at the client. |
class |
SelectionEvent
Represents an event cause by user's the active selection which is a highlighted block of text. |
class |
SizeEvent
Represents an event caused by a component being re-sized. |
class |
UploadEvent
Represents that user has uploaded one or several files from the client to the server. |
class |
ZIndexEvent
Represents an event caused by a component whose z-index is modified by the client. |
| Methods in org.zkoss.zk.ui.event that return Event | |
|---|---|
Event |
ForwardEvent.getOrigin()
Returns the original Event. |
| Methods in org.zkoss.zk.ui.event with parameters of type Event | |
|---|---|
void |
EventThreadResume.abortResume(Component comp,
Event evt)
Called when the suspended event thread is aborted. |
void |
EventThreadResume.afterResume(Component comp,
Event evt)
Called after the suspended event thread is resumed. |
void |
EventThreadSuspend.afterSuspend(Component comp,
Event evt)
Called in the servlet thread after the event processing thread has been suspended. |
void |
EventThreadResume.beforeResume(Component comp,
Event evt)
Called just before the suspended event thread is resumed. |
void |
EventThreadSuspend.beforeSuspend(Component comp,
Event evt,
java.lang.Object obj)
Called before the event processing thread is suspended. |
void |
EventThreadCleanup.cleanup(Component comp,
Event evt,
java.util.List errs)
Cleans up the event processing thread. |
void |
EventThreadCleanup.complete(Component comp,
Event evt)
Called in the serlvet thread to clean up. |
boolean |
EventThreadInit.init(Component comp,
Event event)
Initialize the event processing thread before processing the event. |
void |
EventListener.onEvent(Event event)
Notifies this listener that an event occurs. |
static void |
Events.postEvent(Event event)
Posts an event. |
void |
EventThreadInit.prepare(Component comp,
Event event)
Prepares the initialization at the servlet thread. |
static void |
Events.sendEvent(Component comp,
Event event)
Sends the event to the specified component and process it immediately. |
static void |
Events.sendEvent(Event event)
Sends the event the target specified in the event. |
| Constructors in org.zkoss.zk.ui.event with parameters of type Event | |
|---|---|
ForwardEvent(java.lang.String name,
Component target,
Event origin)
Constructs a foward event. |
|
| Uses of Event in org.zkoss.zk.ui.impl |
|---|
| Methods in org.zkoss.zk.ui.impl that return Event | |
|---|---|
Event |
EventInterceptors.beforePostEvent(Event event)
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforePostEvent(Event event)
|
Event |
EventInterceptors.beforeProcessEvent(Event event)
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforeProcessEvent(Event event)
|
Event |
EventInterceptors.beforeSendEvent(Event event)
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforeSendEvent(Event event)
|
Event |
EventProcessor.getEvent()
Returns the event. |
Event |
EventProcessingThreadImpl.getEvent()
|
Event |
AbstractExecution.getNextEvent()
|
| Methods in org.zkoss.zk.ui.impl with parameters of type Event | |
|---|---|
void |
EventInterceptors.afterProcessEvent(Event event)
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event) |
void |
DesktopImpl.afterProcessEvent(Event event)
|
Event |
EventInterceptors.beforePostEvent(Event event)
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforePostEvent(Event event)
|
Event |
EventInterceptors.beforeProcessEvent(Event event)
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforeProcessEvent(Event event)
|
Event |
EventInterceptors.beforeSendEvent(Event event)
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event) |
Event |
DesktopImpl.beforeSendEvent(Event event)
|
void |
AbstractExecution.postEvent(Event evt)
|
boolean |
EventProcessingThreadImpl.processEvent(Desktop desktop,
Component comp,
Event event)
Ask this event thread to process the specified event. |
void |
EventProcessingThreadImpl.sendEvent(Component comp,
Event event)
Sends the specified component and event and processes the event synchronously. |
| Constructors in org.zkoss.zk.ui.impl with parameters of type Event | |
|---|---|
EventProcessor(Desktop desktop,
Component comp,
Event event)
|
|
| Uses of Event in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that return Event | |
|---|---|
Event |
DesktopCtrl.beforePostEvent(Event event)
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
DesktopCtrl.beforeProcessEvent(Event event)
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
DesktopCtrl.beforeSendEvent(Event event)
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
EventProcessingThread.getEvent()
Returns the event being processed by this thread, or null if idle. |
Event |
ExecutionCtrl.getNextEvent()
Returns the next event queued by Execution.postEvent(org.zkoss.zk.ui.event.Event), or null if no event queued. |
| Methods in org.zkoss.zk.ui.sys with parameters of type Event | |
|---|---|
void |
DesktopCtrl.afterProcessEvent(Event event)
Invokes EventInterceptor.afterProcessEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
DesktopCtrl.beforePostEvent(Event event)
Invokes EventInterceptor.beforePostEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
DesktopCtrl.beforeProcessEvent(Event event)
Invokes EventInterceptor.beforeProcessEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
Event |
DesktopCtrl.beforeSendEvent(Event event)
Invokes EventInterceptor.beforeSendEvent(org.zkoss.zk.ui.event.Event)
registered by Desktop.addEventInterceptor(org.zkoss.zk.ui.util.EventInterceptor). |
| Uses of Event in org.zkoss.zk.ui.util |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||