Interface OverlayHandle


  • public interface OverlayHandle
    Handle to an open overlay. Close it to remove the overlay and restore focus beneath.
    • Method Detail

      • close

        void close()
        Removes the overlay and pops its focus scope. UI-thread-only. Idempotent.
      • isOpen

        boolean isOpen()
        Returns:
        true until close() is called