Hierarchy

Constructors

Properties

ctrlId: string

This is the actual name of the component

rendered: boolean
self: {
    TypeStr: string;
}

Type declaration

  • TypeStr: string
TypeStr: string

Methods

  • Returns string | number | boolean

  • Returns number

  • Returns the input element of the control

    Returns undefined | ExtElement

  • Returns {
        height: number;
        width: number;
    }

    • height: number
    • width: number
  • Parameters

    • cls: string

    Returns boolean

  • Parameters

    • value: string

      A css compliant background string

    Returns void

  • Parameters

    • value: string | number | boolean

      The value of the item that should be selected.
      If there doesn't exist an entry with the value or the entry is hidden or disabled, we don't change the actual selection but show the value of the "Placeholder" property.

    • Optional silent: boolean

      If true the controls "Value changed" signal won't be fired.

    Returns void

  • Parameters

    • value: string

      A css compliant background string

    Returns void

  • Parameters

    • value: string | number

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Show or hide the control

    Parameters

    • value: boolean | CtrlVisibility

      True: "Show"
      False: "PluggedOut"

    • Optional updateCtrlProperty: boolean

    Returns void

  • Parameters

    • value: string

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Parameters

    • value: boolean

    Returns void

  • Set the content of the tooltip

    Parameters

    • content: string

      Plain text or HTML

    Returns void

  • Parameters

    • cls: string

      One or more CSS classes which are added to the control. Previously added classes are removed.

    Returns void

Generated using TypeDoc