Re: RefreshingView - Comparing Items in List Model

2011-06-01 Thread Igor Vaynberg
alternatively override renderiterator() and sort your items there. -igor On Wed, Jun 1, 2011 at 8:45 AM, Corbin, James wrote: > I was able to solve this issue by defining a new class that extends > LoadableDetachableModel.  The class also overrides hashcode and equals > appropriately.  Now my

RE: RefreshingView - Comparing Items in List Model

2011-06-01 Thread Corbin, James
I was able to solve this issue by defining a new class that extends LoadableDetachableModel. The class also overrides hashcode and equals appropriately. Now my List> (used by RefreshingView) contains instances for the new detachable model implementation and now list manipulation works just fi