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

getDefaultDebounceTime

  • getDefaultDebounceTime(): number
  • Returns debouncing time of value change events when using the "typing" signal

    Returns number

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

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

setFocus

  • setFocus(delay?: number, selectText?: boolean): void

setTextboxValue

  • setTextboxValue(value: string, silent?: boolean, preventIfFocused?: boolean): void
  • Parameters

    • value: string
    • Optional silent: boolean
    • Optional preventIfFocused: boolean

    Returns void

setUserCssClass

  • setUserCssClass(cls: string): void

un

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

Generated using TypeDoc