Base Type for a toolbar control that can be added to an IToolbar
Extended by
Properties
class
class: string
disabled
readonly
disabled: boolean
id
id: string
isControlCollection
readonly
isControlCollection: boolean
isFlexible
readonly
isFlexible: boolean
isHidden
readonly
isHidden: boolean
order
order: number
permissionCheck?
optional
permissionCheck: IPermissionCheckRequest
| IPermissionCheckRequest
[]
scrollDimensions: object
x
x: number
y
y: number
title
title: string
viewModelPath
readonly
viewModelPath: string
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
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
hide()
hide(): void
Hides the toolbar control.
Returns
void
show()
show(): void
Shows the toolbar control.
Returns
void