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

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

sendMsg

  • sendMsg(data: object): void

setCameraPos

  • setCameraPos(pos: string, transitionMS?: number): 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

setParamValue

  • setParamValue(title: string, value: string | number | boolean): void
  • Set parameter value of the model.
    Changes are not sent immediately to the IFrame but are queued until after the current execution context in order to batch send multiple subsequent changes.

    Parameters

    • title: string

      The title of the parameter to set as received from getParameterDefinitions

    • value: string | number | boolean

    Returns void

setUserCssClass

  • setUserCssClass(cls: string): void

un

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

Generated using TypeDoc