Package org.openxava.actions
Interface IJavaScriptPostAction
-
- All Superinterfaces:
IAction
- All Known Implementing Classes:
CutElementsFromCollectionAction
public interface IJavaScriptPostAction extends IAction
Executes some JavaScript code after the regular action execution.
When the JavaScript code is executed the view is already update with the changes from the regular action executed.- Since:
- 5.9
- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPostJavaScript()
The JavaScript code to execute.-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
-