StoreBinder
DataView
396397398399400401402403
* * @param store the store */ @SuppressWarnings({"rawtypes", "unchecked"}) public void setStore(ListStore store) { binder = new DataViewBinder(this, store); binder.init(); }
369370371372373374375376
* store. * * @param store the store */ public void setStore(ListStore store) { binder = new DataViewBinder(this, store); binder.init(); }
* * @param store the store */ @SuppressWarnings("unchecked") public void setStore(ListStore store) { binder = new DataViewBinder(this, store); binder.init(); }
349350351352353354355356
368369370371372373374375
398399400401402403404405