Object
Function
A class or full qualified class name
A key property of arguments to create a Wire
Register a Wire class desription: The specified Wire class or a class name is registered with a key property of arguments to create a Wire
undefined
Function
A class name
Returns a class
The class is loaded by dojo.require() and returned by dojo.getObject().
A class
Function
Function
Arguments to create a Wire
Create a Wire from arguments
If 'args' specifies 'wireClass', it is used as a class or full qualified class name to create a Wire with 'args' as arguments. Otherwise, a Wire class is determined by other proeprties of 'args' checking if 'args' specifies a key property for a Wire class. If no key property found, the default Wire class is used.
A Wire
Object
Function
An object to check
Check if an object is a Wire
If the specified object is a Wire, true is returned. Otherwise, false is returned.
True if the object is a Wire, otherwise false
Boolean
Function
A Wire or arguments to create a Wire for a source value
A Wire or arguments to create a Wire for a target value
defaultTargetObject; Optional default root objects passed to Wires
Transfer a source value to a target value
If 'source' and/or 'target' are not Wires, Wires are created with them as arguments. A value is got through the source Wire and set through the target Wire. 'defaultObject' is passed to Wires as a default root object. If 'defaultTargetObject' is specified, it is passed to the target Wire as a default root object, instead of 'defaultObject'.
undefined
Function
An event or topic to trigger a transfer
A Wire or arguments to create a Wire for a source value
A Wire or arguments to create a Wire for a target value
Transfer a source value to a target value on a trigger event or topic
If 'trigger' specifies 'topic', the topic is subscribed to transer a value on the topic. Otherwise, the event specified to 'event' of 'trigger' is listened to transfer a value. On the specified event or topic, transfer() is called with 'source', 'target' and the arguments of the event or topic (as default root objects).
A connection handle for disconnect()
undefined|Object
Function
A connection handle returned by connect()
Remove a connection or subscription for transfer
If 'handle' has 'topic', the topic is unsubscribed. Otherwise, the listener to an event is removed.
undefined
Object
Object
Object