Show TOC Start of Content Area

Background documentation Supported UI Elements in the Developer Studio  Locate the document in its SAP Library structure

Not all Web Dynpro (WD) model entities, UI controls, and their properties are supported by the Web Dynpro Runtime that is part of the Mobile Client for Handhelds. For this reason, only supported objects are actually shown in the Handhelds UI Explorer. This helps you to avoid modeling objects that will not run on the mobile device.

For example, buttons, labels, and tables are supported and appear as available UI controls, but a tree control is not supported and cannot be chosen in the View Editor of WD. In the same way, component controllers and view controllers are supported, while custom controllers are not. This is why the latter do not appear in the navigation tree of the Handhelds UI Explorer.

The following tables provide a list of UI controls and their properties supported in the Mobile Applications for Handhelds perspective of the Developer Studio. They are listed in alphabetical order.

Mobile

Element

Properties

FunctionKey

enabled

visible

onAction

keyCode

UI Controls

Element

Properties

Button

enabled

imageFirst

imageSource

onAction

text

visible

width

Caption

imageFirst

imageSource

text

visible

CheckBox

checked

enabled

layoutData

onToggle

text

visible

DropDownByIndex

enabled

onSelect

texts

visible

width

DropDownByKey

enabled

selectedKey

visible

width

onSelect

InputField

enabled

length

passwordField

readOnly

value

visible

onEnter

Label

enabled

text

visible

width

LinkToAction

enabled

imageSource

onAction

text

visible

ProgressIntegrator

displayValue

percentValue

showValue

width

RadioButton

enabled

layoutData

keyToSelect

selectedKey

text

visible

onSelect

RowRepeater

dataSource

visible

TabStrip

selectedTab

visible

Table

dataSource

onLeadSelect

visible

visibleRowCount

TableColumn

visible

width

TextEdit

cols

enabled

height

readOnly

rows

value

visible

width

wrapping

TextView

design

enabled

text

visible

wrapping

TransparentContainer

defaultButtonID

enabled

height

layout

visible

width

Menu-Specific Items

Element

Properties

MenuBar

(none)

Menu

title

MenuActionItem

onAction

text

MenuSeparator

(none)

MenuCheckBox

checked

onToggle

text

UI Properties

Layouts

Property

Value

GridLayout

colCount

GridData

noMembers

width

FlowLayout

wrapping

FlowData

noMembers

Common Properties

Property

Value

Visibility

blank

visible

 

End of Content Area