Interface PanelPopupWindow

All Known Implementing Classes:
AbstractPanelPopupWindow, DialogWindow, MenuWindow

public interface PanelPopupWindow
A PanelPopupWindow is a wrapper around the element (window, dialog, menu...) which shows the content of a CPanelPopup.
Author:
Benjamin Sigg
  • Method Details

    • close

      void close()
      Makes this window invisible
    • isOpen

      boolean isOpen()
      Tells whether this window is visible or not.
      Returns:
      true if visible
    • addListener

      void addListener(PanelPopupWindowListener listener)
      Adds a listener to this window.
      Parameters:
      listener - the new listener
    • removeListener

      void removeListener(PanelPopupWindowListener listener)
      Removes a listener from this window.
      Parameters:
      listener - the listener