Interface BasePopup.IPopupListener

All Superinterfaces:
Serializable
All Known Subinterfaces:
BasePopup.IPopupListener2, ModalPopup.IModalPopupListener, ModelessPopup.IModelessPopupListener, ModelessPopup.IModelessPopupListener2
All Known Implementing Classes:
DefaultModalPopupListener, DefaultModelessPopupListener, IdAttributesSelection, IdTextSelection, OKPopup, WorkpageContainer.MyModelessPopupListener, WorkplaceFavorites.ImageSelectionListener, WorkplaceFavoritesSquare.ImageSelectionListener, YESNOPopup
Enclosing class:
BasePopup

public static interface BasePopup.IPopupListener extends Serializable
Listener interface for "popup openers". The interface informs the listener when the user closes the popup by pressing alt-F4, "escape" or by using the default close button. The listener can react accordingly - typically by closing the popup. Note: Enterprise Client will never close a popup on its own - it's always the application on server side to close a popup!
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • reactOnPopupClosedByUser

      void reactOnPopupClosedByUser()