Start of Content Area

Background documentation UI Elements, Data Binding and Event Handling  Locate the document in its SAP Library structure

This section contains information on the following topics:

UI Elements: Methods, Properties and Events

A view is made up of user interface elements. Using container elements, you can group the UI elements together. You then assign a layout to determine the arrangement of the individual UI elements on the screen. This section gives an overview of the available UI elements, their methods, properties and events, and provides useful hints on how to use these elements.

See UI Elements: Methods, Properties and Events

Data Binding of UI Element Properties

This section gives a general introduction to data binding, that is, the binding of properties to the context. For special information on the binding of certain properties, refer to the documentation of the respective UI element.

See Data Binding of User Interface Element Properties

Event Handling

Similarly to data binding, the events of a UI element are bound to an action whose source code you implement in the context of the controller. This section describes how events, actions and their parameters are related and how you can connect them.

See Event Handling.

 

 

End of Content Area