Interface: IFioriToolbarItemProxy¶
Hierarchy¶
-
IFioriToolbarItemProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getEnabled¶
▸ getEnabled(): boolean
Returns: boolean
getParent¶
▸ getParent(): IFioriToolbarProxy
Returns: IFioriToolbarProxy
The control of the toolbar container
getVisible¶
▸ getVisible(): boolean
Returns: boolean
returns true if the control is visible otherwise false.
setEnabled¶
▸ setEnabled(isEnabled: boolean): void
Parameters:
| Name | Type | Description |
|---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: void