Package org.openxava.actions
Interface IJavaScriptPostAction
- All Superinterfaces:
IAction
- All Known Implementing Classes:
CutElementsFromCollectionAction
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.
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
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Method Details
-
getPostJavaScript
String getPostJavaScript()The JavaScript code to execute.
-