Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

ctrlId

ctrlId: string

This is the actual name of the component

el

el: ExtElement

rendered

rendered: boolean

self

self: { TypeStr: string }

Type declaration

  • TypeStr: string

Static TypeStr

TypeStr: string

Methods

getCtrlPropValue

  • getCtrlPropValue(propertyName: string): any

getCtrlValue

  • getCtrlValue(): string | number | boolean

getHeight

  • getHeight(): number

getInputEl

  • getInputEl(): undefined | ExtElement

getSize

  • getSize(): { height: number; width: number }

hasCls

  • hasCls(cls: string): boolean

on

  • on(eventName: string, callback: Function, scope?: any, options?: object): void

setColor

  • setColor(value: string): void

setComboboxValue

  • setComboboxValue(value: string | number | boolean, silent?: boolean): 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

    Returns void

setCtrlBckgr

  • setCtrlBckgr(value: string): void

setCtrlHeight

  • setCtrlHeight(value: string | number): void

setCtrlVisibility

  • setCtrlVisibility(value: boolean | Show | Hide | PluggedOut, updateCtrlProperty?: boolean): void

setCtrlWidth

  • setCtrlWidth(value: string): void

setDisabled

  • setDisabled(value: boolean): void

setEntries

setUserCssClass

  • setUserCssClass(cls: string): void

un

  • un(eventName: string, callback: Function, scope?: any): void

Generated using TypeDoc