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.
私がやろうとしているのは、GridInlineEditing グリッドでセルを編集した後、編集したばかりの行のモデル (または記録、どちらでも構いません) を取得することです。
エディターに ValueChangeHandler をアタッチしようとしましたが、ValueChangeEvent にはコンテキストがなく、どの行を編集してもソースは同じようです。
List<> selectedItems = editorGrid.getSelectionModel().getSelection(); //iterate selected items int index = editorGrid.getStore().indexOf(selectedItem);