Base class for all fieldless controls Fieldless controls are:

Hierarchy

Constructors

Properties

defaultValue: any
disposed: boolean
element: HTMLElement
enabled: any
label: string
labelEl: JQuery<HTMLElement>
onChanged: Function
required: boolean
tooltip: string
visiting: boolean = false

Methods

  • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

    Returns Promise<any>

  • Disables the form control.

    Returns void

  • Disposes the form control.

    Returns void

  • Enables the form control.

    Returns void

  • Returns

    all fields and values that are connected with the the form control.

    Returns any

  • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

    Returns any

  • Gets the PostfixFieldId. Relevant for operations in repeating units. Check first, if the form control is contained in a repeating unit, see: isRepeatingUnit.

    Returns string

  • Hide FormControl

    Parameters

    • animate: boolean = false

      En/Disable animation

    • lock: boolean = true

      Enable lock of hidden FormControl to not process control with condition

    Returns void

  • Checks if the form control is included in a repeating unit.

    Returns boolean

  • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

    Returns number

  • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

    Parameters

    • value: any

    Returns void

  • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

    Returns number

  • Show hidden FormControl

    Parameters

    • animate: boolean = false

      En/Disable animation

    • unlock: boolean = true

      Disable lock of hidden state to process control with condition

    Returns void

  • Does nothing. Overwrites the inherited method from FormControl. This form control only set values of other form controls.

    Parameters

    • Optional value: any

    Returns any

Generated using TypeDoc