You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joshua Jackson <jo...@gmail.com> on 2007/11/19 12:08:55 UTC

How to add sortable header into ListView

Dear all,

Is there any Sortable header component in wicket? I could not find it
under wicket core library. And is there any tutorial on how to add
sortable header?

Thanks in advance

-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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


Re: How to add sortable header into ListView

Posted by Gwyn Evans <gw...@gmail.com>.
I think you might also want to take a look at the Wicket Stuff[*]
Wicket-Phonebook example, as from memory, that does what you're
looking to do.

[*] http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki

On 20/11/2007, Joshua Jackson <jo...@gmail.com> wrote:
> Thanks Erik.
>
> Could you provide me an input for me regarding the situation I'm facing.
>
> What I see is that I must create a class that extend
> SortableDataProvider. But I don't know how to get my spring bean into
> this class without using the @SpringBean annotation.
>
> Have you been into this situation before?
>
> Thanks in advance
>
> On 11/19/07, Erik van Oosten <e....@grons.nl> wrote:
> > Hi Joshua,
> >
> > There are many examples on http://www.wicketstuff.org/wicket13/repeater/.
> >
> > Regards,
> >    Erik.
> >
> >
> > Joshua Jackson wrote:
> > > Dear all,
> > >
> > > Is there any Sortable header component in wicket? I could not find it
> > > under wicket core library. And is there any tutorial on how to add
> > > sortable header?
> > >
> > > Thanks in advance
> > >
> > >
> >
> > --
> > Erik van Oosten
> > http://2008.rubyenrails.nl/
> > http://www.day-to-day-stuff.blogspot.com/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
> What you want today, may not exist tommorrow
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Download Wicket 1.3.0-rc1 now! - http://wicketframework.org

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


Re: How to add sortable header into ListView

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Tue, 20 Nov 2007, Joshua Jackson wrote:
> SortableDataProvider. But I don't know how to get my spring bean into
> this class without using the @SpringBean annotation.

Look at the Spring integration wiki page.

Best wishes,
Timo


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


Re: How to add sortable header into ListView

Posted by Joshua Jackson <jo...@gmail.com>.
Thanks Erik.

Could you provide me an input for me regarding the situation I'm facing.

What I see is that I must create a class that extend
SortableDataProvider. But I don't know how to get my spring bean into
this class without using the @SpringBean annotation.

Have you been into this situation before?

Thanks in advance

On 11/19/07, Erik van Oosten <e....@grons.nl> wrote:
> Hi Joshua,
>
> There are many examples on http://www.wicketstuff.org/wicket13/repeater/.
>
> Regards,
>    Erik.
>
>
> Joshua Jackson wrote:
> > Dear all,
> >
> > Is there any Sortable header component in wicket? I could not find it
> > under wicket core library. And is there any tutorial on how to add
> > sortable header?
> >
> > Thanks in advance
> >
> >
>
> --
> Erik van Oosten
> http://2008.rubyenrails.nl/
> http://www.day-to-day-stuff.blogspot.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
What you want today, may not exist tommorrow

Blog: http://joshuajava.wordpress.com/

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


Re: How to add sortable header into ListView

Posted by Erik van Oosten <e....@grons.nl>.
Hi Joshua,

There are many examples on http://www.wicketstuff.org/wicket13/repeater/.

Regards,
    Erik.


Joshua Jackson wrote:
> Dear all,
>
> Is there any Sortable header component in wicket? I could not find it
> under wicket core library. And is there any tutorial on how to add
> sortable header?
>
> Thanks in advance
>
>   

-- 
Erik van Oosten
http://2008.rubyenrails.nl/
http://www.day-to-day-stuff.blogspot.com/


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