Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MDCTextFieldLabelAdapter

Hierarchy

Index

Methods

floatLabel

  • floatLabel(shouldFloat: boolean): void
  • Only implement if label exists. Floats the label above the input element if shouldFloat is true.

    Parameters

    • shouldFloat: boolean

    Returns void

getLabelWidth

  • getLabelWidth(): number

hasLabel

  • hasLabel(): boolean

shakeLabel

  • shakeLabel(shouldShake: boolean): void
  • Only implement if label exists. Shakes label if shouldShake is true.

    Parameters

    • shouldShake: boolean

    Returns void

Generated using TypeDoc