[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,9 +38,9 @@ import com.idcanet.vasc.core.actions.RowVascAction;
|
|||
public class EditRowAction extends AbstractVascAction implements RowVascAction {
|
||||
|
||||
public EditRowAction() {
|
||||
setName("generic.crud.edit");
|
||||
setToolTip("generic.crud.edit.toolTip");
|
||||
setImage("/META-INF/images/silk/png/table_edit.png");
|
||||
setName("vasc.action.edit.name");
|
||||
setToolTip("vasc.action.edit.tooltip");
|
||||
setImage("vasc.action.edit.image");
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -48,6 +48,6 @@ public class EditRowAction extends AbstractVascAction implements RowVascAction {
|
|||
if (rowObject==null) {
|
||||
return;
|
||||
}
|
||||
table.getVascViewRenderer().renderEdit(table,rowObject);
|
||||
table.getVascViewRenderer().renderEdit(rowObject);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue