Options
Menu

Hierarchy

  • UpDataEditControl
    • UpRadioEditControl

Index

Properties

element

element: HTMLInputElement

type

type: string

Methods

checkValidity

  • checkValidity(): Promise<ValidationInfo>
  • Checks the validity of the element.

    Returns Promise<ValidationInfo>

getValue

  • getValue(): string
  • Get the value from the associated html element.

    Returns string

isChecked

  • isChecked(): boolean
  • Check if the element is checked.

    Returns boolean

setValue

  • setValue(value: any, settings?: { triggerOnchange?: "disabled" | "strict" | "always" }): void
  • Set the value of the html element that is associtated with the current Instance.

    Parameters

    • value: any
    • Optional settings: { triggerOnchange?: "disabled" | "strict" | "always" }
      • Optional triggerOnchange?: "disabled" | "strict" | "always"

    Returns void