Package org.openxava.actions
Class SearchExecutingOnChangeAction
- java.lang.Object
-
- org.openxava.actions.BaseAction
-
- org.openxava.actions.ViewBaseAction
-
- org.openxava.actions.SearchByViewKeyAction
-
- org.openxava.actions.SearchExecutingOnChangeAction
-
- All Implemented Interfaces:
IAction
,IChangeModeAction
,IModuleContextAction
,IRequestAction
public class SearchExecutingOnChangeAction extends SearchByViewKeyAction
- Author:
- Javier Paniza
-
-
Field Summary
-
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
-
-
Constructor Summary
Constructors Constructor Description SearchExecutingOnChangeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setValuesToView(java.util.Map values)
Executed after searching is done, in order to assign the searched values to the view.-
Methods inherited from class org.openxava.actions.SearchByViewKeyAction
execute, getKeyValuesFromView, getMemberNames, getValuesFromView
-
Methods inherited from class org.openxava.actions.ViewBaseAction
changeThisPropertyByViewValue, closeDialog, getModelName, getPreviousView, getPreviousViews, getView, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showDialog, showNewView, showView, validateViewValues
-
Methods inherited from class org.openxava.actions.BaseAction
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, commit, executeAction, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getQualifiedActionIfAvailable, getRequest, removeActions, returnToPreviousControllers, rollback, setContext, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequest
-
-
-
-
Method Detail
-
setValuesToView
protected void setValuesToView(java.util.Map values) throws java.lang.Exception
Description copied from class:SearchByViewKeyAction
Executed after searching is done, in order to assign the searched values to the view.- Overrides:
setValuesToView
in classSearchByViewKeyAction
- Parameters:
values
- The values to assign to the view- Throws:
java.lang.Exception
- If some is wrong.
-
-