Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageSelector

Hierarchy

Index

Methods

addClass

  • addClass(cls: string): this

css

  • css(css: object): this
  • Parameters

    • css: object
      • [key: string]: any

    Returns this

getElem

  • getElem(): JQuery

getValue

  • getValue(): string
  • Returns string

getValues

  • getValues(asObject?: undefined | false | true): string[] | object
  • Only available when used with UIBuilder.

    Parameters

    • Optional asObject: undefined | false | true

    Returns string[] | object

getWrappedControl

  • getWrappedControl(): object | null

off

  • off(event: string, callback: function): this
  • Parameters

    • event: string
    • callback: function
        • (e?: JQueryEventObject): void
        • Parameters

          • Optional e: JQueryEventObject

          Returns void

    Returns this

on

  • on(event: string, callback: function): this
  • Parameters

    • event: string
    • callback: function
        • (e?: JQueryEventObject): void
        • Parameters

          • Optional e: JQueryEventObject

          Returns void

    Returns this

removeClass

  • removeClass(cls: string): this

setEnabled

  • setEnabled(enabled: boolean): void

setTitle

  • setTitle(title: string): this

setTooltip

  • setTooltip(value: string | boolean, placement?: undefined | string, trigger?: undefined | string): void
  • Parameters

    • value: string | boolean
    • Optional placement: undefined | string
    • Optional trigger: undefined | string

    Returns void

setValue

  • setValue(text: string | null): void
  • Parameters

    • text: string | null

    Returns void

setValues

  • setValues(list: string[]): void
  • Only available when used with UIBuilder.

    Parameters

    • list: string[]

    Returns void

setVisible

  • setVisible(visible: boolean): this

trigger

  • trigger(event: string, extraParameters?: any): this
  • Parameters

    • event: string
    • Optional extraParameters: any

    Returns this

Static wrapControl