Constructordojox.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)
parametertypedescription
argsObjectArguments to initialize properties children: An object or array containing child Wires

Jump to PropertiesFunctionsBack to top

FunctiongetValue(defaultObject: Object|Array)
Defined by dojox.wire.Wire
Return a value of an object
FunctionsetValue(value, defaultObject: Object|Array)
Defined by dojox.wire.Wire
Set a value to an object
Function_getPropertyValue(object: Object|Array, property: String)
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
Function_setPropertyValue(object: Object|Array, property: String, value)
Defined by dojox.wire.Wire
Set a property value to an object
Function_setValue(object: Object|Array, value: Object|Array)
Set an object properties or an array elements to an object desription: This method calls setValues() method of the child Wires with a corresponding property or element in 'value' argument and 'object' argument.

Jump to FunctionsPropertiesBack to top

Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)