2012-08-10 49 views
0

嗯,我在GWT(GXT)的問題了。如何獲取列表從ListStore GWT

我有一個網格在我的屏幕上編輯,我把itens在網格列表,但編輯後,該網格我又需要這個名單在DB救我應該怎麼辦?

是這樣的:

public ListStore<MdlFormDic> store = new ListStore<MdlFormDic>(); 
store.add(list); 
//how to get list from the store? 

回答

3

您可以撥打store.getModels()得到ListStore模型。

希望它有幫助。

+0

謝謝:)! – gmlyra 2012-08-10 14:30:05

+0

我需要等待幾分鐘才能接受 – gmlyra 2012-08-10 14:34:19