Package | org.axiis.utils |
Class | public class UntypedExpression |
Inheritance | UntypedExpression ![]() |
Property | Defined By | ||
---|---|---|---|
value : *
The stored Boolean value. | UntypedExpression |
Method | Defined By | ||
---|---|---|---|
Constructor. | UntypedExpression |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the value property has changed. | UntypedExpression |
value | property |
value:*
[read-write] The stored Boolean value. By using binding to set this property and then binding other properties to it, you can reduce needless computations.
This property can be used as the source for data binding.
public function get value():*
public function set value(value:any):void
UntypedExpression | () | Constructor |
public function UntypedExpression()
Constructor.
valueChanged | Event |
Dispatched when the value property has changed.