Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface of child component class of PhloxDialog component. This interface is intended to be used internally by the framework. Hence, you should NOT use or implement this interface. If you want to implement a custom dialog, please use component dialog (see PhloxDialog.showComponentDialog for more details).

author

shiorin, tee4cute

see

PhloxDialog

Hierarchy

Implemented by

Index

Methods

getBeforeButtonsChangeEvent

  • getBeforeButtonsChangeEvent(): 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

getDialogError

  • getDialogError(): any

getDialogResult

  • getDialogResult(): any

getErrorChangeEvent

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

    Returns EventEmitter<any>

getModel

  • getModel(): any
  • Returns any

    any.

getResultChangeEvent

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

    Returns EventEmitter<any>

hideDialog

  • hideDialog(): void
  • Hide this child-view dialog. This method should be called by PhloxDialog only.

    Returns void

isShow

  • isShow(): boolean
  • To check that this child-view dialog is being showed or not. This method should be called by PhloxDialog only.

    Returns boolean

setModel

  • setModel(model: any): void
  • Parameters

    • model: any

      any

    Returns void

showDialog

  • showDialog(): void
  • Show this child-view dialog. This method should be called by PhloxDialog only.

    Returns void

Generated using TypeDoc