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 Detail

      • getPostJavaScript

        java.lang.String getPostJavaScript()
        The JavaScript code to execute.