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