Package | Description |
---|---|
org.fireweb | |
org.fireweb.events |
Modifier and Type | Class and Description |
---|---|
interface |
OnTest |
interface |
OnTestOther |
interface |
OnTestOverride |
interface |
OnTestWithConflict |
interface |
OnTestWithOptions |
Modifier and Type | Method and Description |
---|---|
static EventListener |
Utils.findEventListener(java.lang.Class<? extends java.lang.annotation.Annotation> eventType)
Utility method which test if annotation is a
EventListener . |
Modifier and Type | Class and Description |
---|---|
interface |
OnAbort
Occurs when the users stops the loading of an image.
|
interface |
OnBlur
The object in question loses focus (e.g. by clicking outside it or pressing
the TAB key).
|
interface |
OnBookmark
FireWeb application event fired on browser navigation forward and back.
|
interface |
OnChange
Occurs when a text field is changed by the user.
|
interface |
OnClick
Occurs when the users clicks an object.
|
interface |
OnConfirm
Occurs when JavScript FW.confirm was call
|
interface |
OnCopy
The oncopy event occurs when the user copies the content of an element.
|
interface |
OnCut
The oncut event occurs when the user cuts the content of an element.
|
interface |
OnDblClick
Occurs when the users double clicks an object.
|
interface |
OnDrag
Fire when element is dragging.
|
interface |
OnDragCancel
Fire when element dragging cancelled (dropped outside targets)
|
interface |
OnDrop
Fire when dropped something on this element (one of targets).
|
interface |
OnError
Occurs when a document, or image can't load correctly.
|
interface |
OnEventTimeout
Event is fired when asynchronous timeout event processing happened.
|
interface |
OnException
Is fired on exception happened while event processing.
|
interface |
OnFocus
Occurs when an object takes the 'focus'
Applies to: Button, Checkbox, File, Layer, Password, Radio, Reset, Select, Submit, Text, TextArea, Window |
interface |
OnImageLoad
Occurs when an image loaded successfully .
|
interface |
OnKeyDown
The user presses a key.
|
interface |
OnKeyPress
The user presses or holds down a key.
|
interface |
OnKeyUp
The user releases a key.
|
interface |
OnLoad
Occurs when JavScript FW.init call on OnLoad document event
|
interface |
OnLocaleChanged
FireWeb application event happens when
FireWebApplication.setLocale(java.util.Locale) was call. |
interface |
OnMouseDown
The user presses a mouse button.
|
interface |
OnMouseMove
The user moves the mouse.
|
interface |
OnMouseOut
The user moves the mouse away from the object.
|
interface |
OnMouseOver
The user moves the mouse away from the object.
|
interface |
OnMouseUp
The user mouse up over the object
|
interface |
OnOverloaded
Event is fired when server thread executor is overloaded.
|
interface |
OnPaste
The onpaste event occurs when the user pastes some content in an element.
|
interface |
OnPrompt
Occurs when JavScript FW.prompt was call
|
interface |
OnRequest
Event is fired by FireWebServlet on request service.
|
interface |
OnReset
The user clicks the form's Reset button.
|
interface |
OnResize
The event occurs when a window or frame is resized.
|
interface |
OnSelect
The user selects text within the field.
|
interface |
OnSubmit
The user clicks the form's Submit button.
|
interface |
OnTimer
Occurs when JavScript FW.timer was call
|
interface |
OnUnload
The unload event fires when a page starts to unload.
|
interface |
OnViewClose
Occurs when a WeSocket onClose method is called.
|
interface |
OnViewOpen
Occurs when a WeSocket onOpen method is called.
|