Interface BasePopup.IUpdatePersistedPosition

Enclosing class:
BasePopup

public static interface BasePopup.IUpdatePersistedPosition
Interface for updating width/height/left/top after the persistence management has loaded the stored popup position and size. Only makes sense if used with the property "persistid" BasePopup.setPersistid(String).

Use case: the persistence always loads the full width/height/left/top - but you only want to take over the left/top/width position - but not the height (e.g. because the height is automatically calculated).
  • Method Details

    • reactOnPeristedPositionLoaded

      void reactOnPeristedPositionLoaded(BasePopup popup)