org.openxava.web.editors
Class TreeViewActions
java.lang.Object
org.openxava.web.editors.TreeViewActions
public class TreeViewActions
- extends java.lang.Object
- Author:
- Federico Alcántara
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeViewActions
public TreeViewActions()
TreeViewActions
public TreeViewActions(View view,
TreeView metaTreeView)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseActions
public void parseActions(View view)
throws java.lang.Exception
- Throws:
java.lang.Exception
validateAction
public java.lang.String validateAction(java.lang.String defaultAction,
java.lang.String newAction,
java.lang.String viewName,
java.lang.String forViews,
java.lang.String notForViews)
getUpAction
public java.lang.String getUpAction()
- Returns:
- the upAction
setUpAction
public void setUpAction(java.lang.String upAction)
- Parameters:
upAction - the upAction to set
getDownAction
public java.lang.String getDownAction()
- Returns:
- the downAction
setDownAction
public void setDownAction(java.lang.String downAction)
- Parameters:
downAction - the downAction to set
getLeftAction
public java.lang.String getLeftAction()
- Returns:
- the leftAction
setLeftAction
public void setLeftAction(java.lang.String leftAction)
- Parameters:
leftAction - the leftAction to set
getRightAction
public java.lang.String getRightAction()
- Returns:
- the rightAction
setRightAction
public void setRightAction(java.lang.String rightAction)
- Parameters:
rightAction - the rightAction to set