Community
Participate
Working Groups
There is currently no method to add a selection listener to the ISingleChoiceRidget. The only way is to add a property change listener to the property "selection". In sync with 282534 where a selectionListener is added for Tables etc. it is also needed for SingleChoice.
Yes, we should add it to IChoiceRidget (that is the common parent of single + multiple choice ridget).
I shall implement the required feature and post the patch here...
Created attachment 141198 [details] Patch: addSelectionListener in MultipleCoice and SingleChoice ridgets
Comment on attachment 141198 [details] Patch: addSelectionListener in MultipleCoice and SingleChoice ridgets Marking patch with iplog+.
Patch committed -- Thanks Nataliya!