Class Index | File Index

Classes


Class Archetype.component.abstractComponent

Archetype.component.abstractComponent Describes the Standard Component Interface
Defined in: abstractComponent.js.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
constructor
 
Name of the component.
 
Set up the Component dependencies The component won't launch main() unless every dependencies in the setup are available
Constructor Detail
new Archetype.component.abstractComponent()

Author: temsa.
Field Detail
initialize
constructor

name
Name of the component. Your component will only be available if this is filled with the good classpath

setup
Set up the Component dependencies The component won't launch main() unless every dependencies in the setup are available

Documentation generated by JsDoc Toolkit 2.0.b2 on Thu Feb 21 2008 20:16:55 GMT+0100 (CET)