WritableProperty
is identical to caplin.presenter.property.Property,
except that it adds the ability to update the value stored within the property.
Attributes | Name and Description |
---|---|
|
caplin.presenter.property.WritableProperty(Object vValue)
Constructs a new |
Attributes | Name and Description |
---|---|
|
caplin.presenter.property.WritableProperty
setValue(Variant vValue)
Sets the unformatted value for this property and notifies listeners of the change. |
►
caplin.presenter.property.WritableProperty(Object vValue)
Constructs a new WritableProperty
instance.
Object | vValue | (optional) The default value for this property. |
►
caplin.presenter.property.WritableProperty
setValue(Variant vValue)
Sets the unformatted value for this property and notifies listeners of the change.
This method is called from the presentation model only, and does not allow user editable controls to be bound from the view.
Variant | vValue | The new value for this property. |