BreadCrumbPanelLink should accept subclasses of BreadBrumbPanel
---------------------------------------------------------------
Key: WICKET-4333
URL: https://issues.apache.org/jira/browse/WICKET-4333
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4.19
Reporter: Jesse Bonzo
Priority: Minor
A constructor for BreadCrumbPanelLink currently looks like
public BreadCrumbPanelLink(final String id, final IBreadCrumbModel
breadCrumbModel, final Class<BreadCrumbPanel> panelClass)
This does not allow for subclasses of BreadCrumbPanel to be used without
casting. To allow for subclasses, the constructor should be
public BreadCrumbPanelLink(final String id, final IBreadCrumbModel
breadCrumbModel, final Class<? extends BreadCrumbPanel> panelClass)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira