public void onEditRow(RowEditEvent event) {
// old object (Cast) event.getObject();
How to get the values for the new object?
public void onEditRow(RowEditEvent event) {
// old object (Cast) event.getObject();
How to get the values for the new object?