Options
All
  • Public
  • Public/Protected
  • All
Menu

Polymer element to display waiter for lengthy operations

Hierarchy

Index

Constructors

Static constructor

  • Returns WaiterElement

Properties

Protected active

active: boolean = false

Visible and active state

Protected label

label: string = "Working..."

Label to display

Protected status

status: PaperItemElement

Status label element

Protected statusLabel

statusLabel: string = ""

Status Label to display

Accessors

Static template

  • get template(): HTMLTemplateElement
  • Returns HTMLTemplateElement

Methods

Protected fireEvent

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

    Parameters

    • name: string

      event name

    • Optional detailValue: any

      optional value

    Returns void

Protected statusLabelChanged

  • statusLabelChanged(): void
  • Set status label

    Returns 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