HtmlBasedComponent
From Documentation
Html Based Component
- Demonstration: N/A
- Java API: HtmlBasedComponent
- JavaScript API: Widget
Employment/Purpose
A skeletal implementation for HTML based components. It simplifies to implement methods common to HTML based components.
Supported Events
onDrop |
Event: DropEvent
Denotes a user has dropped the dragged target to a component. |
onClick |
Event: MouseEvent
Denotes a user has clicked a component. |
onDoubleClick |
Event: MouseEvent
Denotes a user has double-clicked a component. |
onRightClick |
Event: MouseEvent
Denotes a user has right-clicked a component. |
onMouseOver |
Event: MoveEvent
Since 5.0.3 Denotes a user has hovered over the component. |
onMouseOut |
Event: MoveEvent
Since 5.0.3 Denotes a user has moved out a component. |
onOK |
Event: KeyEvent
Denotes a user has pressed the ENTER key. |
onCancel |
Event: KeyEvent
Denotes a user has pressed the ESC key. |
onCtrlKey |
Event: KeyEvent
Denotes a user has pressed a special key, such as PgUp, Home, and a key combined with the Ctrl or Alt key. Refer to the |
onAfterSize |
Event: AfterSizeEvent
It's fired after
|
onCreate |
Event: CreateEvent |
Supported Children
*ALL
Version History
Version | Date | Content |
---|---|---|
5.0.3 | June 2010 | The onMouseOver and onMouseOut events are supported. |