[ 
https://issues.apache.org/jira/browse/WICKET-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-2544.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

constructor now takes list<? extends itab>

> Generified TabbedPanel constructor is too much inflexible
> ---------------------------------------------------------
>
>                 Key: WICKET-2544
>                 URL: https://issues.apache.org/jira/browse/WICKET-2544
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.3
>            Reporter: Pedro Santos
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M1
>
>
> The TabbedPanel constructor:
> public TabbedPanel(String id, List<ITab> tabs)
> is blocking me from create an TabbedPanel from an list of ITabs 
> implementations, since List<MyITabImplementation> is not an subtype of 
> List<ITab>

-- 
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