Show TOC Start of Content Area

Background documentation LinkChoice  Locate the document in its SAP Library structure

The LinkChoice UI element is a link together with a menu of actions. Clicking on the link displays a pop-up menu containing the list of actions. To define an action, insert a Choice into the LinkChoice, which is of type MenuActionItem.

 

 

This graphic is explained in the accompanying text

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

defines the path to the image source. More Information: Specifying the Image Source

      text

Specifies the text.

Properties Overview

Name

Interface

Type

Initial value

Bindable

activateAccessKey

IWDAbstractActionChoice

boolean

false

not bindable

contextMenuBehaviour

IWDContextMenuProvider

WDContextMenuBehaviour

inherit

not bindable

contextMenuId

IWDContextMenuProvider

String

 

not bindable

enabled

IWDUIElement

boolean

true

bindable

imageSource

IWDAbstractActionChoice

String

 

bindable

text

IWDAbstractActionChoice

String

 

bindable

tooltip

IWDUIElement

String

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

 

More Information

Implementing Menus: ContextMenu, MenuBar and PopupMenu

End of Content Area