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
- Author:
- Javier Paniza
-
Field Summary
Fields inherited from interface IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetValuesToView(Map values) Executed after searching is done, in order to assign the searched values to the view.Methods inherited from class SearchByViewKeyAction
execute, getKeyValuesFromView, getMemberNames, getValuesFromViewMethods inherited from class ViewBaseAction
changeThisPropertyByViewValue, closeDialog, getModelName, getPreviousView, getPreviousViews, getView, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showDialog, showNewView, showView, validateViewValuesMethods 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, returnToPreviousControllers, rollback, setContext, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequest
-
Constructor Details
-
SearchExecutingOnChangeAction
public SearchExecutingOnChangeAction()
-
-
Method Details
-
setValuesToView
Description copied from class:SearchByViewKeyActionExecuted after searching is done, in order to assign the searched values to the view.- Overrides:
setValuesToViewin classSearchByViewKeyAction- Parameters:
values- The values to assign to the view- Throws:
Exception- If some is wrong.
-