PorgressDialog interface
Extends
Section titled “Extends”- cancel
- clearAlert
- close
- disableButtons
- enableButtons
- getRootElement
- showAlert
- submit
- updateContent
- updateProgress
Methods
Section titled “Methods”cancel
Section titled “cancel”▸ cancel(): void
Returns void
clearAlert
Section titled “clearAlert”▸ clearAlert(): any
Returns any
▸ close(): void
Returns void
disableButtons
Section titled “disableButtons”▸ disableButtons(): any
Returns any
enableButtons
Section titled “enableButtons”▸ enableButtons(): any
Returns any
getRootElement
Section titled “getRootElement”▸ getRootElement(): HTMLElement
Returns HTMLElement
showAlert
Section titled “showAlert”▸ showAlert(text: string
,reason?: string
,replace?: boolean
): any
Parameters:
Section titled “Parameters:”- text:
string
- reason:
string
, Optional - replace:
boolean
, Optional
Returns any
submit
Section titled “submit”▸ submit(): void
Returns void
updateContent
Section titled “updateContent”▸ updateContent(content: string
): any
Parameters:
Section titled “Parameters:”- content:
string
Returns any
updateProgress
Section titled “updateProgress”▸ updateProgress(progress: number
): any
Parameters:
Section titled “Parameters:”- progress:
number
Returns any