dojox.wire.CompositeWire
dojo.require("dojox.wire.CompositeWire");
defined in dojox/wire/CompositeWire.js
If object properties or array elements specified in 'children' property are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to initialize properties children: An object or array containing child Wires |
FunctionsBack to top
Defined by dojox.wire.Wire
Return a property value of an object
Return an object with property values or an array with element values
Initialize child Wires
Defined by dojox.wire.Wire
Set a property value to an object
PropertiesBack to top
Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)
Defined by dojox.wire.Wire
Overrides dojox.wire.Wire