Skip to content

Class: FioriToolbarButtonProxy

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

Inherited from ControlProxy.constructor

Overrides ClientAPI.constructor

Parameters:

Name Type
context IContext

Returns: FioriToolbarButtonProxy

Methods

getButtonType

getButtonType(): string

Implementation of IFioriToolbarButtonProxy

Returns the ButtonType property value defined for the control.

Returns: string


getImage

getImage(): string

Implementation of IFioriToolbarButtonProxy

Returns the Image property value defined for the control.

Returns: string


getImagePosition

getImagePosition(): string

Implementation of IFioriToolbarButtonProxy

Returns the ImagePosition property value defined for the Button control.

Returns: string


getSemantic

getSemantic(): string

Implementation of IFioriToolbarButtonProxy

Returns the Semantic property value defined for the Button control.

Returns: string


getTitle

getTitle(): string

Implementation of IFioriToolbarButtonProxy

Returns the Title property value defined for the control.

Returns: string


setButtonType

setButtonType(type: string): void

Implementation of IFioriToolbarButtonProxy

Sets the ButtonType property of the control. Accepted values are: "Button", "Normal".

Parameters:

Name Type Description
type string value to set.

Returns: void


setImage

setImage(image: string): void

Implementation of IFioriToolbarButtonProxy

Sets the Image property of the Button control.

Parameters:

Name Type Description
image string value to set.

Returns: void


setImagePosition

setImagePosition(imagePosition: string): void

Implementation of IFioriToolbarButtonProxy

Sets the ImagePosition property of the Button control.

Parameters:

Name Type Description
imagePosition string value to set.

Returns: void


setSemantic

setSemantic(semantic: string): void

Implementation of IFioriToolbarButtonProxy

Sets the Semantic property of the Button control.

Parameters:

Name Type Description
semantic string value to set.

Returns: void


setTitle

setTitle(title: string): void

Implementation of IFioriToolbarButtonProxy

Sets the Title property of the Button control.

Parameters:

Name Type Description
title string value to set.

Returns: void