Show TOC Start of Content Area

Object documentation ButtonChoice This graphic is explained in the accompanying text  Locate the document in its SAP Library structure

A ButtonChoice 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

      activateAccessKey

Indicates whether access key for this control is activated. More information: Enabling Access Keys

      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 ButtonChoice.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

activateAccessKey

IWDAbstractActionChoice

boolean

false

not bindable

enabled

IWDUIElement

boolean

true

bindable

imageSource

IWDAbstractActionChoice

String

 

bindable

repeatSelectedAction

IWDAbstractButtonChoice

boolean

true

bindable

selectedActionItem

IWDAbstractButtonChoice

String

 

bindable

text

IWDAbstractActionChoice

String

 

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

 

End of Content Area