dojox/mvc/StatefulModel.getStatefulOptions (version 1.10)

Summary

An object that defines how model object should be created from plain object hierarchy.

See the dojox/mvc/StatefulModel.getStatefulOptions reference documentation for more information.

Method Summary

Methods

getStatefulArray(a)

Create a stateful array from a plain array.

Parameter Type Description
a Anything[]

The plain array.

Returns:instance
getStatefulObject(o)

Create a stateful object from a plain object.

Parameter Type Description
o Object

The plain object.

Returns:instance
getStatefulValue(v)

Create a stateful value from a plain value.

Parameter Type Description
v Anything

The plain value.

Returns:instance
getType(v)

Returns the type of the given value.

Parameter Type Description
v Anything

The value.

Returns:string
Error in the documentation? Can’t find what you are looking for? Let us know!