SubElementFieldData
Through this field element, the user can assign multiple sub-elements to a property. This field expresses a 1:n relationship between the property and its sub-elements.
In addition to the properties of FieldData, the following properties are supported:
Name | Meaning |
---|---|
isEnumeration | Not evaluated |
isReadOnly | Flag indicating whether the field is read-only. |
form | A ListForm used to build the subform. If this is empty, the metaclass is used to build the form. If the metaclass is also empty, the form is created depending on the contained properties. |
defaultTypesForNewElements | Contains a list of metaclasses used to facilitate the creation of items |
allowOnlyExistingElements | True if only references to existing elements can be created. |