<basevaluecomponent>
an abstract class for components which represent data

JavaScript: lz.basevaluecomponent
extends <basecomponent> » <view> » <node> » LzEventable »

This abstract class provides a value attribute with data binding to a specific valuedatapath.

an abstract class for components that represent a value for data

Attributes

Name Type (tag) Type (js) Default Category
value expression any null read/write
  the value that this item represents. When selected, the parent selection group's value will be set to this value. Most subclasses require you to call getValue() to get the value of the attribute.

Methods

getValue()
basevaluecomponent.getValue();
returns the value that is represented by this component

Methods inherited from LzEventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from LzEventable

ondestroy