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