Re: Wicket Wizard Query

2017-08-13 Thread Sven Meier
A step is a factory for a component, WizardStep just happens to use itself as 
the component, since it is extending panel.

Hope this helps
Sven


Am 9. Aug. 2017, 09:59, um 09:59, ChambreNoire <a...@tentelemed.com> schrieb:
>Hello,
>
>Yeah I get the general gist it's just the 'return this' in
>WizardStep#getView(final String id, final Component parent, final
>IWizard
>wizard) that I find a tad odd...
>
>CN
>
>--
>View this message in context:
>http://apache-wicket.1842946.n4.nabble.com/Wicket-Wizard-Query-tp4678477p4678494.html
>Sent from the Users forum mailing list archive at Nabble.com.
>
>-
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org


Re: Wicket Wizard Query

2017-08-09 Thread ChambreNoire
Hello,

Yeah I get the general gist it's just the 'return this' in 
WizardStep#getView(final String id, final Component parent, final IWizard
wizard) that I find a tad odd...

CN

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Wizard-Query-tp4678477p4678494.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Wizard Query

2017-08-08 Thread Gabriel Landon
Hi CN,

Have you checked the wicket examples :
http://examples7x.wicket.apache.org/wizard

Regards,
Gabriel.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Wizard-Query-tp4678477p4678489.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket Wizard Query

2017-08-07 Thread ChambreNoire
Hello,

Would someone with a working knowledge of the Wicket extensions Wizard
component care to explain the overall design of this component specifically
the relationship between IWizard, IWizardModel and IWizardStep ? I'm looking
over the sources and whilst I can use it fine, I don't really understand the
rationale behind the design of this component.

Many thanks,

CN

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Wizard-Query-tp4678477.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org