Class BaseActionEventPdfprinterNotification

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventPdfprinterNotification
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventPdfprinterNotification extends BaseActionEvent
See Also:
  • Field Details

  • Constructor Details

    • BaseActionEventPdfprinterNotification

      public BaseActionEventPdfprinterNotification(javax.faces.component.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.