Constructordojox.wire.TextAdapter

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

If array elements specified in 'segments' 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 segments: An array containing child Wires for text segment 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_addSegment(text: String, segment: String)
Return a concatenated text
Function_getPropertyValue(object: Object|Array, property: String)
Defined by dojox.wire.Wire
Return a property value of an object
Return a concatenated text
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: Object|Array, value: String)
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)
delimiter string