In this tutorial you learn how to work with smart controls.
Smart controls are a specific category of SAPUI5 controls that have some special features in addition to the standard SAPUI5 features and thus make it easier to use the control in certain scenarios.
A primary example of such a feature is OData support: Typically, a smart control interprets OData metadata. In some cases, a smart control even persists an adapted version of the user interface that the user has defined for later usage.
The controls in this library only support OData V2 and a default model (named
undefined
).
In this tutorial, you see examples that should make the term "smart" even more tangible.
You don't have to do all tutorial steps sequentially, you can also jump directly to any step you want. Just download the code from the previous step, copy it to your workspace and make sure that the application runs by calling the
webapp/index.html
file.You can view and download the files for all steps in the Samples in the Demo Kit at Smart Controls. Depending on your development environment you might have to adjust resource paths and configuration entries.
For more information check the Downloading Code for a Tutorial Step section of the tutorials overview page Get Started: Setup, Tutorials, and Demo Apps.