2
Fork 0

[svn r249] fixed annotation support , added talbecontroller

This commit is contained in:
willemc 2007-04-28 17:59:11 +02:00
parent a4d1ff1c57
commit d88cb26330
20 changed files with 403 additions and 58 deletions

View file

@ -42,7 +42,7 @@ public class AddRowAction extends AbstractVascAction implements RowVascAction {
setToolTip("generic.toolTip");
}
public void doRowAction(VascTable table,Object rowObject) {
public void doRowAction(VascTable table,Object rowObject) throws Exception {
table.getVascViewRenderer().renderEdit(table,rowObject);
}
}