MAF.dialogs.BaseDialogImplementation
Base dialog class implementation for all dialog boxes.
new MAF.dialogs.BaseDialogImplementation()
Configs
focusOnCompletion : {function}
Component which will recieve focus after the dialog is dismissed.
{Boolean} isModal : {Boolean}
Methods
getDialogConfig()
Produces an error if a subclass does not override this method.
handleCallback()
Produces an error if a subclass does not override this method.
hide() → {Class}
Hide the dialog.
Returns:
This component.
initialize()
Initialize the class
show() → {Class}
Shows the dialog.
Returns:
This component.