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.
Example
N/A
Supported Events
Event: DropEvent
Denotes user has dropped the dragged target to the component. | |
Event: MouseEvent
Denotes user has clicked the component. | |
Event: MouseEvent
Denotes user has double-clicked the component. | |
Event: MouseEvent
Denotes user has right-clicked the component. | |
Event: MoveEvent
Denotes user has hovered over the component. | |
Event: MoveEvent
Denotes user has moved out the component. | |
Event: KeyEvent
Denotes user has pressed the ENTER key. | |
Event: KeyEvent
Denotes user has pressed the ESC key. | |
Event: KeyEvent
Denotes user has pressed a special key, such as PgUp, Home and a key combined with the Ctrl or Alt key. Refer to the ctrlKeys Property section below for details. |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.3 | June 2010 | The onMouseOver and onMouseOut events are supported. |