dojox.wire.TableAdapter
dojo.require("dojox.wire.TableAdapter");
defined in dojox/wire/TableAdapter.js
If object properties or array elements specified in 'columns' 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 columns: An object or array containing child Wires for column values |
FunctionsBack to top
Defined by dojox.wire.Wire
Return a property value of an object
Overrides dojox.wire.CompositeWire
Return an array of table row value (object or array)
Defined by dojox.wire.CompositeWire
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, dojox.wire.CompositeWire