Class Index | File Index

Classes


Namespace Archetype.methodBuilders.eventSenders

Archetype.methodBuilders.eventSenders Automatic event Sender for your component.
It's a convenient way to send an event with arguments without using the event API.
The original method isn't called so Prototype.emptyfunction, it's alias _ , or any empty function should do the trick for the definition

Defined in: componentManager.js.

Method Summary
Method Attributes Method Name and Description
<static>  
Archetype.methodBuilders.eventSenders.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches "this.regexp")
Method Detail
<static> Archetype.methodBuilders.eventSenders.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches "this.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)