Class: FioriToolbarItemProxy¶
Hierarchy¶
-
FioriToolbarItemProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new FioriToolbarItemProxy(context
: IContext): FioriToolbarItemProxy
Inherited from ControlProxy.constructor
Overrides ClientAPI.constructor
Parameters:
Name | Type |
---|---|
context |
IContext |
Returns: FioriToolbarItemProxy
Methods¶
getEnabled¶
▸ getEnabled(): boolean
Implementation of IFioriToolbarItemProxy
Returns the Enabled property value defined for the control.
Returns: boolean
getParent¶
▸ getParent(): IFioriToolbarProxy
Implementation of IFioriToolbarItemProxy
Overrides ControlProxy.getParent
This method returns toolbar container control
Returns: IFioriToolbarProxy
The control of the toolbar container
getVisible¶
▸ getVisible(): boolean
Implementation of IFioriToolbarItemProxy
Gets the control's visible state.
Returns: boolean
returns true if the control is visible otherwise false.
setEnabled¶
▸ setEnabled(isEnabled
: boolean): void
Implementation of IFioriToolbarItemProxy
Sets the Enabled property of the control.
Parameters:
Name | Type | Description |
---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: void