ListView has up and down links incorporated. I haven't used them, so I
didn't document their use in WIA. You could take a look at them...

see ListView#moveUpLink()

They're not ajaxy enabled, but I think you can use them in a:

<select>
    <option wicket:id="items">
</select>

kind of way.

Martijn

On Wed, May 27, 2009 at 5:04 PM, Phillip Rhodes
<spamsu...@rhoderunner.com> wrote:
>
> Sorry, should have been more specific.
>
> Allow the user to perform custom ordering of a list of items.
> Sort of like the palette component, but only half of it.
>
>
> -----Original Message-----
> From: "Martin Makundi" <martin.maku...@koodaripalvelut.com>
> Sent: Wednesday, May 27, 2009 10:37am
> To: users@wicket.apache.org
> Subject: Re: Ordering a list component?
>
> Collections.sort
>
> 2009/5/27 Phillip Rhodes <spamsu...@rhoderunner.com>:
>> I was wondering if anyone had a component that allows you to order a list of 
>> items?
>>
>> Thanks, wicket is the best!
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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

Reply via email to