Class BaseActionEventJsCallResult

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventJsCallResult extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventJsCallResult

      public BaseActionEventJsCallResult(UIComponent component, String type)
  • Method Details

    • getSuccess

      public boolean getSuccess()
      "true" if JS execution was successful on client side. "false" otherwise.
    • getResult

      public String getResult()
      Return value of JS-call on client side. If the call was not successful then the text contains the error message.