UI Repeater - Rendering any UI Component

The Repeater control is used to display a repeated list of items that are bound to the control.


The Repeater control may be bound to a database table or another list of items.

Example: To display all the employees in the Indicator form.

Steps:

  1. Open a UI widget. Add a UI Repeater to a section.

    Step 1

  2. Add the text field inside the UI Repeater and then change its control type to Indicator.

    Step 2

  3. Right-click the field and open the property panel to edit name and field name.

  4. Enter the field name in Data Mapping > Field name. Enter the label to display under UI Properties > Localized Label.

  5. Click SAVE.

    Step 5

  6. Right-click the UI Repeater and open the property panel.

    Step 6

  7. Select the data loader in Data Mapping > Data Loader and enter the databean path in Data Mapping > Data Bean Path.

  8. Click SAVE.

    Step 8