dojox.wire.CompositeWire._getValue
dojo.require("dojox.wire.CompositeWire");
defined in dojox/wire/CompositeWire.js
This method calls getValue() method of the child Wires with 'object' argument and returns an object with the values as properties or an arary of the values as elements.
parameter | type | description |
---|---|---|
object | Object|Array | A root object |