Class ChangeSectionAction
java.lang.Object
org.openxava.actions.BaseAction
org.openxava.actions.ChangeSectionAction
- All Implemented Interfaces:
IAction, IChangeModeAction, IModuleContextAction, IRequestAction
- Author:
- Javier Paniza
-
Field Summary
Fields inherited from interface IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()intvoidsetActiveSection(int i) voidsetContext(ModuleContext context) voidsetViewObject(String viewObject) Methods inherited from class BaseAction
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, resetDescriptionsCache, returnToPreviousControllers, rollback, setControllers, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequestMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAction
getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Constructor Details
-
ChangeSectionAction
public ChangeSectionAction()
-
-
Method Details
-
execute
-
getActiveSection
public int getActiveSection() -
setActiveSection
public void setActiveSection(int i) -
setContext
- Specified by:
setContextin interfaceIModuleContextAction- Overrides:
setContextin classBaseAction
-
getViewObject
-
setViewObject
-