[svn r262] made i18n work, added some images, made preperments for the user options
This commit is contained in:
parent
cb8d6bc334
commit
0d5312462c
27 changed files with 468 additions and 163 deletions
|
|
@ -38,12 +38,12 @@ import com.idcanet.vasc.core.actions.RowVascAction;
|
|||
public class AddRowAction extends AbstractVascAction implements RowVascAction {
|
||||
|
||||
public AddRowAction() {
|
||||
setName("generic.crud.add");
|
||||
setToolTip("generic.toolTip");
|
||||
setImage("/META-INF/images/silk/png/table_add.png");
|
||||
setName("vasc.action.add.name");
|
||||
setToolTip("vasc.action.add.tooltip");
|
||||
setImage("vasc.action.add.image");
|
||||
}
|
||||
|
||||
public void doRowAction(VascTable table,Object rowObject) throws Exception {
|
||||
table.getVascViewRenderer().renderEdit(table,table.getVascRecordCreator().newRecord(table));
|
||||
table.getVascViewRenderer().renderEdit(table.getVascRecordCreator().newRecord(table));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue