getState()
Return (stateEmpty|stateRequired) if the value equals the typeInvite attribute
<Any> getValue()
Return the value
Returns:
<Any>
the selected value from the selectValues array
itemSelectHandler(sType,aArgs)
onChange(e)
onChange event handler
Parameters:
e <Event>
- The original 'change' event
renderComponent()
Build the DDList
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)
validate()
TODO : how to validate ?