AbstractComponent"
From Documentation
Tmillsclare (talk | contribs) |
Tmillsclare (talk | contribs) |
||
Line 9: | Line 9: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores. | A skeletal implementation of Component. Though it is OK to implement Component from scratch, this class simplifies some of the chores. | ||
+ | |||
+ | =Supported Events= | ||
+ | |||
+ | *ALL | ||
=Supported Children= | =Supported Children= |
Revision as of 02:04, 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.
Supported Events
*ALL
Supported Children
*ALL
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/23/2010 | Initialization |