Show TOC Start of Content Area

Component documentation UI Element Guide  Locate the document in its SAP Library structure

In Web Dynpro, the UI elements are defined as interfaces. All independent elements are derived from the abstract base class IWDUIElement, whereas the aggregated elements are derived from the abstract base class IWDViewElement.

For information on the abstract base classes, refer to the Javadocs. For information on the UI element APIs displayed on the UI, refer to this documentation.

Note

The UI element reference guide is not available anymore and replaced by this structure.

Javadocs

For the reference to the interface, refer to:

      NWDS help under API References or

      the SDN under http://sdn.sap.com/irj/sdn/javadocs.

Note

If you do not have an SDN user, you must register before you can log on.

Assignment of UI Elements to the Libraries

UI Elements

API Libraries

InteractiveForm

com.sap.tc.webdynpro.clientserver.uielib.adobe.api

BIApplicationFrame

com.sap.tc.webdynpro.clientserver.uielib.bi.api

BusinessGraphics

GeoMap

com.sap.tc.webdynpro.clientserver.uielib.graphics.api

RFidReader

FunctionKey

BarCodeReader

com.sap.tc.webdynpro.clientserver.uielib.mobile.api

OfficeControl

com.sap.tc.webdynpro.clientserver.uielib.officecomp.api

Layout elements

Container Elements

Button - ButtonRow

BreadCrumb

Caption

CheckBox - CheckBoxGroup

DateNavigator

DropDownByIndex – DropDownByKey

FileUpload - FileDownload

HorizontalGutter

Image

InputField

InvisibleElement

Label

LinkToAction - LinkToURL

PhaseIndicator

ProgressIndicator

MenuBar and PopupMenu

RadioButton - RadioButtonGroups

RoadMap

Tab - Tabstrip

Table and the UI elements it contains

TextEdit

TextView

TimedTrigger

Toggle

ToolBar – ToolBarItems

Tree

TriStateCheckBox

ValueComparison

ViewContainerUIElement

com.sap.tc.webdynpro.clientserver.uielib.standard.api

Note

For documentation on mobile add-on elements, see Mobile Web Dynpro Online.
For documentation on interactive Adobe forms, see Development of Interactive Adobe Forms for the Web Dynpro UI.

Structure

The following UML class diagram illustrates the relationships between the base classes of UI elements.

This graphic is explained in the accompanying text

 

 

End of Content Area