You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sergiu Hlihor (JIRA)" <ji...@apache.org> on 2015/11/18 21:10:10 UTC

[jira] [Created] (WICKET-6039) RadioGroup / RadioChoice use of parameterized generics in onSelectionChanged

Sergiu Hlihor created WICKET-6039:
-------------------------------------

             Summary: RadioGroup / RadioChoice use of parameterized generics in onSelectionChanged
                 Key: WICKET-6039
                 URL: https://issues.apache.org/jira/browse/WICKET-6039
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.20.0
            Reporter: Sergiu Hlihor
            Priority: Trivial


When using parameterized types like RadioGroup<String> or RadioChoice<String>, the method onSelectionChanged can only be defined with Object. The parameter type should be the templated one like in other components.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)