Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected adapter_

Accessors

Static cssClasses

  • get cssClasses(): object

Static defaultAdapter

Static numbers

  • get numbers(): object
  • Returns object

    • [key: string]: number

Static strings

  • get strings(): object
  • Returns object

    • [key: string]: string

Methods

destroy

  • destroy(): void

float

  • float(shouldFloat: boolean): void
  • Styles the label to float or dock.

    Parameters

    • shouldFloat: boolean

      If true, adds the float CSS class; otherwise, removes float and shake classes to dock the label.

    Returns void

getWidth

  • getWidth(): number

init

  • init(): void

shake

  • shake(shouldShake: boolean): void
  • Styles the label to produce a shake animation to indicate an error.

    Parameters

    • shouldShake: boolean

      If true, adds the shake CSS class; otherwise, removes shake class.

    Returns void

Generated using TypeDoc