Displays multiple records in a list layout.
Properties
Name |
Description |
Mandatory |
Default value |
Observations |
Name |
Identifies an element in the scope where it is defined, like a screen, action, or module. |
Yes |
|
|
Source Record List |
Current list of records displayed by the widget. |
Yes |
|
The expression used in this property (if present) is evaluated when a widget runtime property is first used (e.g. an expression using the list Length runtime property) or when the widget is rendered. |
Empty Message |
Text displayed in the first row of the widget when there are no records to show. |
|
"No items to show..." |
|
Line Separator |
Type of separator to display between records. |
Yes |
New Line |
Possible values are: None, New Line and Bullets. |
Line Count |
Maximum number of rows to display in this widget. |
Yes |
50 |
|
Start Index |
Index of the first List item to iterate. Can be an expression. |
Yes |
0 |
The expression used in this property (if present) is evaluated before the web screen preparation. |
Runtime Properties
Name |
Description |
Read Only |
Type |
Observations |
List |
Collection of records returned by the performed query. |
|
Record List |
|
LineCount |
Maximum number of rows displayed in the widget as defined in the Line Count property. |
Yes |
Integer |
|
StartIndex |
Index of the first record displayed in the widget as defined in the Start Index property. |
Yes |
Integer |
|