Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ErrorDialogElement

Polymer dialog to display an error

Hierarchy

Index

Constructors

Events

Properties

Accessors

Methods

Constructors

Static constructor

Events

onConfirmTapped

  • onConfirmTapped(): void

Properties

Protected dialog

dialog: PaperDialogElement

paper-dialog

Protected showConfirmButton

showConfirmButton: boolean = false

Display confirm button state

Accessors

Static template

  • get template(): HTMLTemplateElement

Methods

close

  • close(): void

Protected fireEvent

  • fireEvent(name: string, detailValue?: any): void

open

  • open(title: string, text: string): void

Static localize

  • localize(name: string, def?: undefined | string): string
  • Localize a string

    Parameters

    • name: string

      name from _locales

    • Optional def: undefined | string

      optional default value if name not found

    Returns string

Generated using TypeDoc