You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/11/02 20:10:59 UTC

[jira] Resolved: (WICKET-2544) Generified TabbedPanel constructor is too much inflexible

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