RadioButtonSetPresenter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RadioButtonSetPresenter

Ian Bartholomew-21
The comment for the RadioButtonSetPresenter indicates that it triggers
a #radioButtonSelection: event when the button selected in the group
changes.  

The code doesn't seem to reflect this, the presenter only seems to
trigger a normal #valueChanged event - which is OK but a bit more
difficult to use as you have to work out which button is selected.
--
Ian

Use the Reply-To address to contact me (limited validity).
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
|

Re: RadioButtonSetPresenter

Blair
"Ian Bartholomew" <[hidden email]> wrote in message
news:[hidden email]...
> The comment for the RadioButtonSetPresenter indicates that it triggers
> a #radioButtonSelection: event when the button selected in the group
> changes.
>
> The code doesn't seem to reflect this, the presenter only seems to
> trigger a normal #valueChanged event - which is OK but a bit more
> difficult to use as you have to work out which button is selected.
> --

We'll update the comment, thanks Ian.

Blair