[ 
https://issues.apache.org/jira/browse/WICKET-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994077#comment-12994077
 ] 

Hudson commented on WICKET-3391:
--------------------------------

Integrated in Apache Wicket 1.4.x #436 (See 
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/436/])
    WICKET-3391 Extensibility of the Wizard component

Make Wizard components more extensible


> Extensibility of the Wizard component
> -------------------------------------
>
>                 Key: WICKET-3391
>                 URL: https://issues.apache.org/jira/browse/WICKET-3391
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.15
>         Environment: All
>            Reporter: Victor Ionescu
>            Assignee: Martin Grigorov
>             Fix For: 1.4.16, 1.5-RC2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The Wizard component  org.apache.wicket.extensions.wizard is hard to utilize 
> due to the following issues:
> -  the signature of the method 
> protected FeedbackPanel newFeedbackPanel(String id)
> is too restricive. It could be modified into
> protected Component  newFeedbackPanel(String id)
> This way programmers could plug in their own custom feedback panels (as in my 
> case).
> - the constructor of the class 
> org.apache.wicket.extensions.wizard.WizardButtonBar:
> public WizardButtonBar(String id, Wizard wizard)
> should be refactored into
> public WizardButtonBar(String id, IWizard wizard)
> for obvious design reasons.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to