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 the Enabled property value defined for the control.
Returns: boolean
getParent¶
▸ getParent(): IFioriToolbarProxy
This method returns toolbar container control
Returns: IFioriToolbarProxy
The control of the toolbar container
getVisible¶
▸ getVisible(): boolean
Gets the control's visible state.
Returns: boolean
returns true if the control is visible otherwise false.
setEnabled¶
▸ setEnabled(isEnabled
: boolean): void
Sets the Enabled property of the control.
Parameters:
Name | Type | Description |
---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: void