mixin Dialog.Interface
Description
The interface all dialogs must implement.
Class methods
-
close #
Dialog.Interface.close() ⇒ undefined
Should be implemented to close and dispose of the dialog.
-
getFrame #
Dialog.Interface.getFrame() ⇒ Element
Should be implemented to return the dialog’s outermost element.
-
isModal #
Dialog.Interface.isModal() ⇒ Boolean
Should return true if the dialog is intended to be modal, false otherwise (the default).