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

Jesse Bonzo closed WICKET-4333.
-------------------------------

    
> 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
>            Assignee: Martin Grigorov
>            Priority: Minor
>              Labels: api-change, wicket
>             Fix For: 1.5.4, 6.0.0-beta1
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to