You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by HHB <hu...@yahoo.ca> on 2009/03/26 18:07:49 UTC

Equivalent of StackPanel for Wicket

Hey,
I want to employ something like StackPanel of GWT in my Wicket application.
Any production ready component?
Thanks for help and time. 
-- 
View this message in context: http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22726615.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Equivalent of StackPanel for Wicket

Posted by Advanced Technology® <th...@gmail.com>.
The first link it was just resource to see how to implement a wicket
component.On second and third you can see the Accordion component
implemented.



2009/3/29 HHB <hu...@yahoo.ca>

>
> Thanks Azarias but I'm not looking for tab component, I'm looking for
> accordion component (as Leszek suggested).
>
>
> Azarias Tomás wrote:
> >
> > Take a look at
> > Wicket JQuery tab component [1], wicketstuff-jquery [2], wickext [3]
> >
> > [1] -http://xhab.blogspot.com/2007/06/wicket-jquery-tab-component.html
> > [2] - https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff
> > [3] - http://code.google.com/p/wickext/
> >
> >
> >
> > 2009/3/29 HHB <hu...@yahoo.ca>
> >
> >>
> >> The stack panel (or the suggested jQuery) is the navigation widget for
> >> the
> >> application which means it should be part of the markup of the top level
> >> parent class.
> >> Should this jQuery widget be wrapped as Wicket component?
> >>
> >>
> >> Leszek Gawron-2 wrote:
> >> >
> >> > HHB wrote:
> >> >> Hey,
> >> >> I want to employ something like StackPanel of GWT in my Wicket
> >> >> application.
> >> >> Any production ready component?
> >> >> Thanks for help and time.
> >> >
> >> > the easiest way is to use jQuery, the accordion widget in particular:
> >> >
> >> > http://jqueryui.com/demos/accordion/
> >> >
> >> > --
> >> > Leszek Gawron
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> > For additional commands, e-mail: users-help@wicket.apache.org
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22765008.html
> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
> >
> > --
> > AT®
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22766234.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
AT®

Re: Equivalent of StackPanel for Wicket

Posted by HHB <hu...@yahoo.ca>.
Thanks Azarias but I'm not looking for tab component, I'm looking for
accordion component (as Leszek suggested).


Azarias Tomás wrote:
> 
> Take a look at
> Wicket JQuery tab component [1], wicketstuff-jquery [2], wickext [3]
> 
> [1] -http://xhab.blogspot.com/2007/06/wicket-jquery-tab-component.html
> [2] - https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff
> [3] - http://code.google.com/p/wickext/
> 
> 
> 
> 2009/3/29 HHB <hu...@yahoo.ca>
> 
>>
>> The stack panel (or the suggested jQuery) is the navigation widget for
>> the
>> application which means it should be part of the markup of the top level
>> parent class.
>> Should this jQuery widget be wrapped as Wicket component?
>>
>>
>> Leszek Gawron-2 wrote:
>> >
>> > HHB wrote:
>> >> Hey,
>> >> I want to employ something like StackPanel of GWT in my Wicket
>> >> application.
>> >> Any production ready component?
>> >> Thanks for help and time.
>> >
>> > the easiest way is to use jQuery, the accordion widget in particular:
>> >
>> > http://jqueryui.com/demos/accordion/
>> >
>> > --
>> > Leszek Gawron
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> > For additional commands, e-mail: users-help@wicket.apache.org
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22765008.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> 
> -- 
> AT®
> 
> 

-- 
View this message in context: http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22766234.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Equivalent of StackPanel for Wicket

Posted by Advanced Technology® <th...@gmail.com>.
Take a look at
Wicket JQuery tab component [1], wicketstuff-jquery [2], wickext [3]

[1] -http://xhab.blogspot.com/2007/06/wicket-jquery-tab-component.html
[2] - https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff
[3] - http://code.google.com/p/wickext/



2009/3/29 HHB <hu...@yahoo.ca>

>
> The stack panel (or the suggested jQuery) is the navigation widget for the
> application which means it should be part of the markup of the top level
> parent class.
> Should this jQuery widget be wrapped as Wicket component?
>
>
> Leszek Gawron-2 wrote:
> >
> > HHB wrote:
> >> Hey,
> >> I want to employ something like StackPanel of GWT in my Wicket
> >> application.
> >> Any production ready component?
> >> Thanks for help and time.
> >
> > the easiest way is to use jQuery, the accordion widget in particular:
> >
> > http://jqueryui.com/demos/accordion/
> >
> > --
> > Leszek Gawron
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22765008.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
AT®

Re: Equivalent of StackPanel for Wicket

Posted by HHB <hu...@yahoo.ca>.
The stack panel (or the suggested jQuery) is the navigation widget for the
application which means it should be part of the markup of the top level
parent class.
Should this jQuery widget be wrapped as Wicket component? 


Leszek Gawron-2 wrote:
> 
> HHB wrote:
>> Hey,
>> I want to employ something like StackPanel of GWT in my Wicket
>> application.
>> Any production ready component?
>> Thanks for help and time. 
> 
> the easiest way is to use jQuery, the accordion widget in particular:
> 
> http://jqueryui.com/demos/accordion/
> 
> -- 
> Leszek Gawron
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Equivalent-of-StackPanel-for-Wicket-tp22726615p22765008.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Equivalent of StackPanel for Wicket

Posted by Leszek Gawron <lg...@apache.org>.
HHB wrote:
> Hey,
> I want to employ something like StackPanel of GWT in my Wicket application.
> Any production ready component?
> Thanks for help and time. 

the easiest way is to use jQuery, the accordion widget in particular:

http://jqueryui.com/demos/accordion/

-- 
Leszek Gawron

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