(TableRowGroup) handlerCtx.getInputValue("tableRowGroup");
RowKey[] keys = (RowKey []) handlerCtx.getInputValue("rowKeys");
MultipleListDataProvider dp =
(MultipleListDataProvider) trg.getSourceData();
for (RowKey key : keys) {
dp.removeRow(key);
}
}
/**
* <p> This handler commits the changes to a <code>TableRowGroup</code>'s