Start of Content Area

Object documentation ToolBarButtonChoice API  Locate the document in its SAP Library structure

A ToolBarButtonChoice is a button that offers to choose among several options via a small triangle symbol, as is illustrated in the following figure.

This graphic is explained in the accompanying text

If the user clicks on the triangle symbol, a menu opens from which an action can be selected. When the user has selected an action, this action is set to the button and can then be executed by the user. The repeatSelectedAction property makes it possible that the last selected action remains on the button after execution of an action:

This graphic is explained in the accompanying text

Description of UI Element Properties

·        collapsible
Specifies whether the ToolBarButtonChoice can be collapsed.

·        imageSource
Specifies the Web address (URL) of the symbol to be displayed.

·        repeatSelectedAction
Determines that the last selected action remains assigned to the button as long as there is no other one selected.

·        selectedActionItem
Determines the selected action element.

·        text
Determines the labeling of the ToolBarButtonChoice.

Overview of Inherited and Additional Properties

 

Name

Interface

Type

Initial Value

Bindable

Value Required

collapsible

IWDToolBarButtonChoice

boolean

false

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

imageSource

IWDToolBarButtonChoice

String

 

bindable

No

repeatSelectedAction

IWDToolBarButtonChoice

boolean

true

bindable

No

selectedActionItem

IWDToolBarButtonChoice

String

 

bindable

No

text

IWDToolBarButtonChoice

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

 

 

End of Content Area