change the Checkbox's onSelectionChanged to have a Boolean as the new selection
-------------------------------------------------------------------------------

                 Key: WICKET-2820
                 URL: https://issues.apache.org/jira/browse/WICKET-2820
             Project: Wicket
          Issue Type: Improvement
            Reporter: Joseph Pachod
         Attachments: checkBoxOnSelectionChangedBoolean.txt

The checkbox is defined as class CheckBox extends FormComponent<Boolean>

However, onSelectionChanged works with an object.

It could easily changed to a Boolean, making it clearer.

I'll attach a (very simple) patch for it. Hopefully it wasn't already planned 
for wicket 1.5 (I didn't find any issue with that, but then there are so many 
issues...).

On a side note, the Javadoc for "onSelectionChanged" should also be corrected. 
It currently speaks of "dropdown list".

thanks in advance
joseph

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to