| Package | Description |
|---|---|
| org.fireweb |
| Class and Description |
|---|
| OnBlur
The object in question loses focus (e.g. by clicking outside it or pressing
the TAB key).
|
| OnBookmark
FireWeb application event fired on browser navigation forward and back.
|
| OnClick
Occurs when the users clicks an object.
|
| OnConfirm
Occurs when JavScript FW.confirm was call
|
| OnDrag
Fire when element is dragging.
|
| OnDragCancel
Fire when element dragging cancelled (dropped outside targets)
|
| OnDrop
Fire when dropped something on this element (one of targets).
|
| OnLoad
Occurs when JavScript FW.init call on OnLoad document event
|
| OnPrompt
Occurs when JavScript FW.prompt was call
|
| OnTimer
Occurs when JavScript FW.timer was call
|