public interface PanelPopupWindow
PanelPopupWindow is a wrapper around the element (window, dialog,
menu...) which shows the content of a CPanelPopup.| Modifier and Type | Method and Description |
|---|---|
void |
addListener(PanelPopupWindowListener listener)
Adds a listener to this window.
|
void |
close()
Makes this window invisible
|
boolean |
isOpen()
Tells whether this window is visible or not.
|
void |
removeListener(PanelPopupWindowListener listener)
Removes a listener from this window.
|
void close()
boolean isOpen()
true if visiblevoid addListener(PanelPopupWindowListener listener)
listener - the new listenervoid removeListener(PanelPopupWindowListener listener)
listener - the listenerCopyright © 2018. All rights reserved.