[svn r260] made swing work
This commit is contained in:
parent
0f55185807
commit
848eb431d6
14 changed files with 825 additions and 127 deletions
|
|
@ -44,6 +44,9 @@ public class DeleteRowAction extends AbstractVascAction implements RowVascAction
|
|||
}
|
||||
|
||||
public void doRowAction(VascTable table,Object rowObject) throws Exception {
|
||||
table.getVascDataSource().delete(rowObject);
|
||||
if (rowObject==null) {
|
||||
return;
|
||||
}
|
||||
table.getVascViewRenderer().renderDelete(table,rowObject);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue