Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
さて、私はGWT(gxt)に問題があります。
画面に編集可能なグリッドがあり、リストを使用してそのグリッドにitensを配置しましたが、このグリッドを編集した後、DBに保存するためにこのリストを再度必要とします。どうすればよいですか?
このようなもの:
public ListStore<MdlFormDic> store = new ListStore<MdlFormDic>(); store.add(list); //how to get list from the store?
store.getModels()ListStoreモデルを取得するために呼び出すことができます。
store.getModels()
それが役に立てば幸い。