Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FormElementInput

Hierarchy

Index

Constructors

constructor

  • Parameters

    • __namedParameters: object
      • defaultValue: string
      • id: any
      • inputType: string
      • label: any
      • placeholder: any
      • validator: any

    Returns FormElementInput

Methods

bindEvents

  • bindEvents(parent: any, clickTrackers: any): void
  • Parameters

    • parent: any
    • clickTrackers: any

    Returns void

focus

  • focus(): void
  • Returns void

getFormElement

  • getFormElement(parent: any): any
  • Parameters

    • parent: any

    Returns any

getHtml

  • getHtml(): string
  • Returns string

getValue

  • getValue(): any
  • Returns any

isValid

  • isValid(): any
  • Returns any

updateErrorState

  • updateErrorState(): void
  • Returns void