AbstractComponent"
From Documentation
Tmillsclare (talk | contribs) |
Tmillsclare (talk | contribs) |
||
Line 16: | Line 16: | ||
=Supported Events= | =Supported Events= | ||
− | + | {| border="1" | width="100%" | |
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
=Supported Children= | =Supported Children= |
Revision as of 02:07, 14 May 2010
Abstract Component
- Demonstration: N/A
- Java API: AbstractComponent
- JavaScript API: N/A
Employment/Purpose
A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores.
Example
N/A
Supported Events
Supported Children
*ALL
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/23/2010 | Initialization |