import java.util.*;
public class Repeater {
... public void sortRows(Comparator comp) {
Collections.sort(this.rows, comp);
}
...
}
Anyone have a reason not to add this?
Jan Hoskens wrote:
Hi,
Is it possible to do a sort on a particular widget(one or more) of a row of a repeater?
Greetings,
Jan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
