<Any> getValue()
Return the stored value
Returns:
<Any>
The previously stored value
setOptions(options)
Set the default values of the options
Parameters:
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(val[,sendUpdatedEvt])
Store the value and update the visu
Parameters:
val <Any>
- The value that will be sent to the visu
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)