Open-Lowcode
Open-Lowcode copied to clipboard
Move fields specific to DataObjectField out of DataObjectElement
A DataObjectElement (org.openlowcode.design.data.DataObjectElement) has several methods that are actually useful for fields (that have a single element shown in object) but not properties.
This includes displayname and tooltip.
Tholse fields should be moved out of DataObjectElement and put to the Field subclass.