Skip to content

Class: FioriToolbarProxy

Hierarchy

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 FioriToolbarProxy(context: IContext): FioriToolbarProxy

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FioriToolbarProxy

Methods

getDataSubscriptions

getDataSubscriptions(): string[]

Implementation of IFioriToolbarProxy

Returns: string[]


getHelperText

getHelperText(): string

Implementation of IFioriToolbarProxy

Returns: string


getItem

getItem(itemName: string): IFioriToolbarItemProxy

Implementation of IFioriToolbarProxy

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[]

Implementation of IFioriToolbarProxy

Returns: IFioriToolbarItemProxy[]

The toolbar items controls for this container


getOverflowIcon

getOverflowIcon(): string

Implementation of IFioriToolbarProxy

Returns: string


getVisible

getVisible(): boolean

Implementation of IFioriToolbarProxy

Returns: boolean

true/false


isContainer

isContainer(): boolean

Implementation of IFioriToolbarProxy

Overrides ControlProxy.isContainer

Returns: boolean

true/false.


reset

reset(): Promise‹any›

Implementation of IFioriToolbarProxy

Returns: Promise‹any›


setDataSubscriptions

setDataSubscriptions(dataSubscriptions: string[]): void

Implementation of IFioriToolbarProxy

Parameters:

Name Type Description
dataSubscriptions string[] value to set.

Returns: void


setHelperText

setHelperText(helperText: string): void

Implementation of IFioriToolbarProxy

Parameters:

Name Type Description
helperText string value to set.

Returns: void


setOverflowIcon

setOverflowIcon(overflowIcon: string): void

Implementation of IFioriToolbarProxy

Parameters:

Name Type Description
overflowIcon string value to set.

Returns: void


setVisible

setVisible(value: boolean, redraw: boolean): this

Implementation of IFioriToolbarProxy

Overrides ControlProxy.setVisible

Parameters:

Name Type Default Description
value boolean - visible state
redraw boolean true true if redraw after setting the visible state

Returns: this