177178179180181182183184185186187
} } }); ListStore<Entry> store = new ListStore<Entry>(); store.setStoreSorter(new StoreSorter(new Comparator<Entry>() { public int compare(Entry e1, Entry e2) { return e1.getName().compareTo(e2.getName()); }