Options
All
  • Public
  • Public/Protected
  • All
Menu

All dialog component classes, including custom component classes used in ComponentDialog, must be an instance of this interface.

author

shiorin, tee4cute

see

PhloxDialog

Hierarchy

Implemented by

Index

Methods

getBeforeButtonsChangeEvent

  • getBeforeButtonsChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event before the button model is changed.

    Returns EventEmitter<any>

getBeforeErrorChangeEvent

  • getBeforeErrorChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event before the dialog's error is changed.

    Returns EventEmitter<any>

getBeforeResultChangeEvent

  • getBeforeResultChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event before the dialog's result is changed.

    Returns EventEmitter<any>

getButtonsChangeEvent

  • getButtonsChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event when the button model is changed.

    Returns EventEmitter<any>

getDialogButtons

  • Get button models (ButtonModel) to be rendered in the dialog.

    Returns ButtonModel[]

getDialogError

  • getDialogError(): any
  • Get dialog's error which will be rejected by the Promise returned from PhloxDialog.show...Dialog.

    Returns any

getDialogResult

  • getDialogResult(): any
  • Get dialog's result which will be resolved by the Promise returned from PhloxDialog.show...Dialog.

    Returns any

getErrorChangeEvent

  • getErrorChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event when the dialog's error is changed.

    Returns EventEmitter<any>

getResultChangeEvent

  • getResultChangeEvent(): EventEmitter<any>
  • Get an event emitter which will emit the event when the dialog's result is changed.

    Returns EventEmitter<any>

Generated using TypeDoc