zaccret
05-22-2008, 03:27 AM
For a ComboBox, wouldn't it be a good idea to have a Data generic consistent with the Store M generic ? In other words, we would have, in ComboBox class :
public void setStore(ListStore<Data> store)
public Data getSelectedRecord()
public ListStore<Data> getStore()
public void setStore(ListStore<Data> store)
public Data getSelectedRecord()
public ListStore<Data> getStore()