Controlling a dialog programmatically
The dialog is intuitive and easy-to-use, and like the other components in the library, it comes with a range of methods that are used to programmatically control the widget after it has been initialized. The full list of the methods we can call on a dialog is as follows:
Method |
Description |
---|---|
|
This is used to close or hide the dialog. |
|
This is used to permanently disable the dialog. The |
|
This is used to determine whether a dialog is open or not. |
|
This is used to move the specified dialog to the top of the stack. |
|
This is used to open the dialog. |
|
This is used to get or set any configurable option after the dialog has been initialized. |
|
This is used to return... |