dojox.wire.TableAdapter._getValue
dojo.require("dojox.wire.TableAdapter");
defined in dojox/wire/TableAdapter.js
This method iterates over an array specified to 'object' argument and calls getValue() method of the child Wires with each element of the array to get a row object or array. Finally, an array with the row objects or arrays are retuned.
Usage
function (/*Array*/ object) (view source)
parameter | type | description |
---|---|---|
object | Array | A root array |