Reference Properties in the UI

Let’s learn about reference properties and how they should be rendered in the UI.

We'll cover the following...

Render reference properties in the UI

The widgets used for data input and output in a CRUD data management UI usually correspond to properties defined in an application’s model class. We have to distinguish between various types of input fields corresponding to various kinds of attributes and choice widgets, such as selection lists that correspond to enumeration attributes or to reference properties. Representing ...