Integrating Custom UI Elements

Use

You use this procedure to create custom embedded Standard Widget Toolkit (eSWT) controls, customize the look and feel of these controls, and add them to a mobile application for handhelds. These controls can be embedded in the standard SAP widget library.

Procedure

1. Create a Custom Control

To create a custom control, you need to create an extension of the native eSWT control.

More information: Creating Custom Controls

2. Package a Custom Control

You must package each custom control as an individual component. You can reuse these individual components in multiple applications.

More information: Packaging Custom Controls

3. Add a Custom Control to a Mobile Application for Handhelds

To use the custom control that you have created, you need to add it to the mobile application for handhelds.

More information: Adding Custom Controls to Mobile Applications for Handhelds

4. Bind the Context to a Custom Control (Optional)

You can bind the context nodes to the properties of a custom control.

More information: Binding Custom Controls to a Context