我是 GXT 新手,我正在使用 GXT 2.0.1 开发一个项目。我想为列表视图设置字段标签。如何设置字段标签。?
ListView<Stock> list2 = new ListView<Stock>();
list2.setDisplayProperty("name");
store = new ListStore<Stock>();
store.setStoreSorter(new StoreSorter<Stock>());
list2.setStore(store);