Class BaseDialogOptions

An object to gives some options to a dialog, mainly for generic dialogs (SelectDialog, TwoButtonsDialog)

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 31

Constructor

new BaseDialogOptions ( options )

The constructor

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 73

Parameters

Name Type Description
options Object

An object litteral with the options to change

Public getters and setters

readonly get firstButtonText : null or String

The text to be displayed on the first button on the bottom of the dialog. Default to 🆗

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 102

readonly get secondButtonText : null or String

The text to be displayed on the first button on the bottom of the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 109

readonly get selectOptionsData : Array of SelectOptionData

Options for the SelectDialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 116

readonly get text : null or String

A text to be displayed in the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 130

readonly get title : null or String

Title of the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 123

Private properties

#firstButtonText : null or String

The text to be displayed on the first button on the bottom of the dialog. Default to 🆗

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 38

#secondButtonText : null or String

The text to be displayed on the first button on the bottom of the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 45

#selectOptionsData : Array of SelectOptionData

Options for the SelectDialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 52

#text : null or String

A text to be displayed in the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 66

#title : null or String

Title of the dialog

Source : file dialogs/baseDialog/BaseDialogOptions.js at line 59