Class Index | File Index

Classes


Namespace Archetype.methodBuilders.public_private

Archetype.methodBuilders.public_private Basic method Builder used to differentiate public & private variable based on their name. All methods are bound to their object (this will always be the objects "this", even in a event listener)
Defined in: componentManager.js.

Method Summary
Method Attributes Method Name and Description
<static>  
Archetype.methodBuilders.public_private.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches ".
Method Detail
<static> Archetype.methodBuilders.public_private.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches ".*" regexp)
Parameters:
{Archetype.ComponentDefinition} component
{Function} methodName

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