[svn r340] WIP commit
This commit is contained in:
parent
a40c22f13a
commit
435a26f4d6
108 changed files with 8325 additions and 680 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
package com.idcanet.vasc.impl.actions;
|
||||
|
||||
import com.idcanet.vasc.core.VascTable;
|
||||
import com.idcanet.vasc.core.VascEntry;
|
||||
import com.idcanet.vasc.core.actions.AbstractVascAction;
|
||||
import com.idcanet.vasc.core.actions.RowVascAction;
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ public class AddRowAction extends AbstractVascAction implements RowVascAction {
|
|||
setImage("vasc.action.add.image");
|
||||
}
|
||||
|
||||
public void doRowAction(VascTable table,Object rowObject) throws Exception {
|
||||
table.getVascViewRenderer().renderEdit(null);
|
||||
public void doRowAction(VascEntry enty,Object rowObject) throws Exception {
|
||||
enty.getVascFrontend().renderEdit(null);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue