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. | ||
+ | |||
+ | =Example= | ||
+ | |||
+ | N/A | ||
=Supported Events= | =Supported Events= |
Revision as of 02:06, 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
*ALL
Supported Children
*ALL
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/23/2010 | Initialization |