Interface: IFioriToolbarProxy¶
Hierarchy¶
-
IFioriToolbarProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getDataSubscriptions
- getHelperText
- getItem
- getItems
- getOverflowIcon
- getVisible
- isContainer
- reset
- setDataSubscriptions
- setHelperText
- setOverflowIcon
- setVisible
Inherited Methods¶
Methods¶
getDataSubscriptions¶
▸ getDataSubscriptions(): string[]
Returns: string[]
getHelperText¶
▸ getHelperText(): string
Returns: string
getItem¶
▸ getItem(itemName: string): IFioriToolbarItemProxy
Parameters:
| Name | Type | Description |
|---|---|---|
itemName |
string | takes in _Name property of the toolbar item |
Returns: IFioriToolbarItemProxy
returns the ToolbarItemProxy instance of the item by the name
getItems¶
▸ getItems(): IFioriToolbarItemProxy[]
Returns: IFioriToolbarItemProxy[]
The toolbar items controls for this container
getOverflowIcon¶
▸ getOverflowIcon(): string
Returns: string
getVisible¶
▸ getVisible(): boolean
Returns: boolean
true/false
isContainer¶
▸ isContainer(): boolean
Overrides IControlProxy.isContainer
Returns: boolean
true/false.
reset¶
▸ reset(): Promise‹any›
Returns: Promise‹any›
setDataSubscriptions¶
▸ setDataSubscriptions(dataSubscriptions: string[]): void
Parameters:
| Name | Type | Description |
|---|---|---|
dataSubscriptions |
string[] | value to set. |
Returns: void
setHelperText¶
▸ setHelperText(helperText: string): void
Parameters:
| Name | Type | Description |
|---|---|---|
helperText |
string | value to set. |
Returns: void
setOverflowIcon¶
▸ setOverflowIcon(overflowIcon: string): void
Parameters:
| Name | Type | Description |
|---|---|---|
overflowIcon |
string | value to set. |
Returns: void
setVisible¶
▸ setVisible(value: boolean, redraw: boolean): any
Overrides IControlProxy.setVisible
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
value |
boolean | - | visible state |
redraw |
boolean | true | true if redraw after setting the visible state |
Returns: any