addOption(item)
Add an option in the selector
disable()
Disable the field
enable()
Enable the field
<Any> getValue()
Return the value
Returns:
<Any>
the selected value from the selectValues array
initEvents()
Register the "change" event
renderComponent()
Build a select tag with options
setOptions(options)
Set the default values of the options
Parameters:
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(value[,sendUpdatedEvt])
Set the value
Parameters:
value <String>
- 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)