Grouped Field View Layout Attributes & UI Mapping
1. Description
A view layout has to be transformed into a grouped view layouts in order to be accurately rendered meeting a predefined averos framework page design layout.
A UI page is constructed based on a specific Transformed View Layout which is itself composed of a set of groups of fields or GroupedFieldViewLayout
.
The Transformed View Layout is created based on a set of FieldViewLayout
.
2. UI Examples
In this example, the entity ToDoArea
has a composite member defining a OneToMany
relationship with the entity ToDoTask
.
A composite group is therefore defined for the composite member and is bound with a tab
view.
This behavior is also applicable for the composite relationship OneToOne
.