Constructordojox.wire.DataWire

dojo.require("dojox.wire.DataWire");
defined in dojox/wire/DataWire.js

If 'dataStore' property is not specified, but 'parent' property is specified, 'dataStore' property is copied from the parent.

Usage

function (/*Object*/ args) (view source)
parametertypedescription
argsObjectArguments to initialize properties

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_getAttributeValue(item: Object, attribute: String)
Return an attribute value of an item
Function_getPropertyValue(object: Object|Array, property: String)
Defined by dojox.wire.Wire
Return a property value of an object
Function_getValue(object: Object)
Return an attribute value of an item
Function_setAttributeValue(item: Object, attribute: String, value)
Set an attribute value to an item
Function_setPropertyValue(object: Object|Array, property: String, value)
Defined by dojox.wire.Wire
Set a property value to an object
Function_setValue(object: Object, value)
Set an attribute value to an item

Jump to FunctionsPropertiesBack to top

Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)
data store attribute: A dotted notation to a descendant attribute