dojox.wire.TreeAdapter
dojo.require("dojox.wire.TreeAdapter");
defined in dojox/wire/TreeAdapter.js
If object properties ('node', 'title' and 'children') of array elements specified in 'nodes' 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 nodes: An array containing objects for child Wires for node values |
FunctionsBack to top
Defined by dojox.wire.Wire
Return a property value of an object
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