And also, you can write a custom comparator and reference it using @CollectionLayout(sortedBy=MyCustomComparator.class)
Cheers Dan On 17 March 2015 at 16:39, GESCONSULTOR <[email protected]> wrote: > Hi Erick. > > Simply by implementing the Comparable interface. > > HTH, > > Oscar > > > > El 17/3/2015, a las 16:43, Erik de Hair <[email protected]> escribió: > > > > Hi, > > > > Anybody a great idea for changing item order in a sorted set using the > wicket viewer? I have a rank-property in the database but how to easily > manage the item order (move item(s) up/down single or multiple places)... > > > > Thanks, > > Erik >
