Interface IErrorSummaryControl

    • Method Detail

      • getScriptShow

        java.lang.String getScriptShow()
                                throws PortalException
        Returns a client side script that shows the error summary
        Returns:
        a String.
        Throws:
        PortalException
      • getScriptAddErrorMessage

        java.lang.String getScriptAddErrorMessage​(java.lang.String errorMessage)
                                           throws PortalException
        Returns the script that will add the given message to the error message list on the client side.
        Parameters:
        errorMessage -
        Returns:
        a String.
        Throws:
        PortalException
      • getScriptClear

        java.lang.String getScriptClear()
                                 throws PortalException
        Returns the script that will clear the error summary
        Returns:
        a String.
        Throws:
        PortalException
      • addErrorMessage

        void addErrorMessage​(java.lang.String errorMessage)
                      throws PortalException
        Add an error message on the server side.
        Parameters:
        errorMessage -
        Throws:
        PortalException