<Any> getValue()
Get the previously stored value
Returns:
<Any>
the previously stored value
render()
Doesn't render much...
setValue(val[,sendUpdatedEvt])
Stores the value in a local variable
Parameters:
val <Any>
- The value to set
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)