Options
All
  • Public
  • Public/Protected
  • All
Menu

Form Control

Hierarchy

  • IFormControl

Index

Properties

checkbox

checkbox: ICheckboxGroup

control

dropdown

dropdown: IDropdown

el

el: HTMLElement

getValue

getValue: () => any

Type declaration

    • (): any
    • Returns any

isValid

isValid: boolean

props

setLabel

setLabel: (value: string) => void

Type declaration

    • (value: string): void
    • Parameters

      • value: string

      Returns void

setValue

setValue: (value: any) => void

Type declaration

    • (value: any): void
    • Parameters

      • value: any

      Returns void

textbox

textbox: IInputGroup

updateValidation

updateValidation: (elControl: Element, validation: IFormControlValidationResult) => void

Type declaration

Generated using TypeDoc