Class 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(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()