Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Returns Base

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

getHeight

  • getHeight(): number

getSize

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

    • 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
  • Parameters

    • value: string | number

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

    Returns void

setCtrlVisibility

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

setCtrlWidth

  • setCtrlWidth(value: string): void
  • Parameters

    • value: string

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

    Returns void

setDisabled

  • setDisabled(value: boolean): void

setUserCssClass

  • setUserCssClass(cls: string): void
  • Parameters

    • cls: string

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

    Returns void

un

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

Generated using TypeDoc