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

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
Function_getRow(object: Object|Array)
Return an array or object for a table row
Function_getValue(object: Array)
Return an array of table row value (object or array)
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: Array, value: Array)
Not supported

Jump to FunctionsPropertiesBack to top

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