On Sun, Oct 3, 2010 at 10:57 AM, Patrick Julien <[email protected]> wrote: > Any sample somewhere then because I am not getting how to use this > class properly
The FavoritesWidget in the DynaTableRf sample uses ListEditor. See the uses of the displayedList field. It works this way so that re-ordering operations on the list (like calling Collections.sort()) will keep both the backing data and the displayed list of editors in sync. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
