Class BaseActionEventPdfprinterNotification

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventPdfprinterNotification extends BaseActionEvent
See Also:
  • Field Details

  • Constructor Details

    • BaseActionEventPdfprinterNotification

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

    • getPrintResult

      public String getPrintResult()
      Returns:
      Result of printing:
      "OK" => printing was started on client side
      "ERROR" => printing did not succeed
      "CANCELLED" => printing was cancelled by user
    • getDetail

      public String getDetail()
      Returns:
      Details. In case of "OK" => name of client side printer. In case of "ERROR" => the client side exception text.