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

_getInnerEl

  • _getInnerEl(): ExtElement

getCtrlPropValue

  • getCtrlPropValue(propertyName: string): any

getHeight

  • getHeight(): number

getSize

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

hasCls

  • hasCls(cls: string): boolean

on

  • on(eventName: string, callback: Function, scope?: any, options?: object): 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

setHeaderText

  • setHeaderText(value: string, sanitizeValue?: boolean): void

setUserCssClass

  • setUserCssClass(cls: string): void

un

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

Generated using TypeDoc