ViewChildProperty

ViewChildProperty

Kind: global class

ViewChildProperty(defaultValue)

Class defining Property fields for children views in a view.

ParamTypeDescription
defaultValue*

The default value of the property

$$isaViewChildPropertyClass

Flag to check its a ViewChildProperty class

Kind: static property of ViewChildProperty

create(propertyDeclaration) ⇒ Object

Create a Property from it’s declaration

Kind: static method of ViewChildProperty

ParamTypeDescription
propertyDeclarationObject

The Property declaration

_getter()

Kind: static method of ViewChildProperty

_setter()

Kind: static method of ViewChildProperty

delete()

Kind: static method of ViewChildProperty

_initPropertyGetter()

Kind: static method of ViewChildProperty