Interface: IImageButtonControl

Image Button Toolbar Control for creating an Image Button bound to a click event delegate

Extends

Properties

class

class: string

Inherited from

IToolbarControl.class


disabled

readonlydisabled: boolean

Inherited from

IToolbarControl.disabled


id

id: string

Inherited from

IToolbarControl.id


isControlCollection

readonlyisControlCollection: boolean

Inherited from

IToolbarControl.isControlCollection


isFlexible

readonlyisFlexible: boolean

Inherited from

IToolbarControl.isFlexible


isHidden

readonlyisHidden: boolean

Inherited from

IToolbarControl.isHidden


onClick()

onClick: () => any

Returns

any


order

order: number

Inherited from

IToolbarControl.order


permissionCheck?

optionalpermissionCheck: IPermissionCheckRequest | IPermissionCheckRequest[]

Inherited from

IToolbarControl.permissionCheck


scrollDimensions

scrollDimensions: object

x

x: number

y

y: number

Inherited from

IToolbarControl.scrollDimensions


src

src: string


title

title: string

Inherited from

IToolbarControl.title


viewModelPath

readonlyviewModelPath: string

Inherited from

IToolbarControl.viewModelPath

Methods

disable()

disable(): void

Disables the toolbar control. This will also gets called when toolbar containing the control gets disabled. Note: If the control needs to do additional sync/async taks (e.x checking on user permission), create override method for disable.

Returns

void

Inherited from

IToolbarControl.disable


enable()

enable(): void

Enables the toolbar control. This will also gets called when toolbar containing the control gets enabled. Note: If the control needs to do additional sync/async taks (e.x checking on user permission), create override method for enable.

Returns

void

Inherited from

IToolbarControl.enable


hide()

hide(): void

Hides the toolbar control.

Returns

void

Inherited from

IToolbarControl.hide


show()

show(): void

Shows the toolbar control.

Returns

void

Inherited from

IToolbarControl.show