[svn r250] fixed annotations , added fff , added more images properties
This commit is contained in:
parent
d88cb26330
commit
1c47fbffa3
12 changed files with 106 additions and 81 deletions
|
|
@ -38,8 +38,9 @@ import com.idcanet.vasc.core.actions.RowVascAction;
|
|||
public class DeleteRowAction extends AbstractVascAction implements RowVascAction {
|
||||
|
||||
public DeleteRowAction() {
|
||||
setName("generic.crud.delete");
|
||||
setToolTip("generic.toolTip");
|
||||
setName("generic.crud.delete.name");
|
||||
setToolTip("generic.crud.delete.tooltip");
|
||||
setImage("/META-INF/images/silk/png/table_delete.png");
|
||||
}
|
||||
|
||||
public void doRowAction(VascTable table,Object rowObject) throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue