Properties
Private _buttons
Defined in component/AbstractDialogController.ts:27
_disabled
_disabled: boolean
Private _error
_error: any
Defined in component/AbstractDialogController.ts:26
Protected _loaded
_loaded: boolean
Protected _loading
_loading: boolean
Private _result
_result: any
Defined in component/AbstractDialogController.ts:25
Protected beforeButtonsChangeEvent
beforeButtonsChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:38
Protected beforeErrorChangeEvent
beforeErrorChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:34
Protected beforeResultChangeEvent
beforeResultChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:30
Protected buttonsChangeEvent
buttonsChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:40
Protected bypass
bypass: boolean
Protected delegateHistory
delegateHistory: boolean
Protected elementRef
elementRef: ElementRef
Protected errorChangeEvent
errorChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:36
Protected historyCursor
historyCursor: number
Protected i18nKey
i18nKey: string
Protected i18nValue
i18nValue: any
Protected ignoreParentData
ignoreParentData: boolean
Protected ignoreParentDisabled
ignoreParentDisabled: boolean
Protected kbShortcutService
Protected loadEvent
loadEvent: EventEmitter < any >
Protected loadingEnabled
loadingEnabled: boolean
Protected onDisabled
onDisabled: Function
Protected onEnabled
onEnabled: Function
Protected options
options: any
Protected resultChangeEvent
resultChangeEvent: EventEmitter < any >
Defined in component/AbstractDialogController.ts:32
Protected showHelp
showHelp: boolean
Static DEFAULT_DELEGATE_HISTORY
DEFAULT_DELEGATE_HISTORY: boolean = DEFAULT_DELEGATE_HISTORY
Static DEFAULT_IGNORE_PARENT_DATA
DEFAULT_IGNORE_PARENT_DATA: boolean = DEFAULT_IGNORE_PARENT_DATA
An abstract base class of IDialogController interface. All dialog component classes, including
custom componentclasses used in ComponentDialog, should extend this class. Hence, if you want to build acustom dialog, you should use this class as a base class for the customcomponent typebeing used as ComponentDialog's body component.shiorin, tee4cute
PhloxDialog