Class BaseActionEventPopupClose

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

public class BaseActionEventPopupClose extends BaseActionEvent
See Also:
  • Field Details

    • CLOSETYPE_NORMAL

      public static String CLOSETYPE_NORMAL
    • CLOSETYPE_FORCED

      public static String CLOSETYPE_FORCED
  • Constructor Details

    • BaseActionEventPopupClose

      public BaseActionEventPopupClose(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getCloseType

      public String getCloseType()
      Returns:
      "normal" => user closes popup, closing to be done on server side
      "forced" => popup was closed on client side, it needs to be closed on server side as well
    • checkIfForcedClosing

      public boolean checkIfForcedClosing()
    • checkIfNormalClosing

      public boolean checkIfNormalClosing()