Added Delete Rows

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@92758 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-06 14:36:50 +00:00 committed by Giancarlo Panichi
parent 737aa9f109
commit 70f65ffca4
1 changed files with 1 additions and 3 deletions

View File

@ -25,11 +25,9 @@ public class DeleteRows {
this.trId = trId;
this.rows=rows;
this.eventBus = eventBus;
delete();
}
protected void delete(){
public void delete(){
deleteRowsSession =new DeleteRowsSession(trId, rows);
onDelete();
}