- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,DataAnnotationItem
,ReadOnlyInterface
,SimpleValueFieldItem
- All Known Subinterfaces:
ObjectFieldItem<T>
public interface ObjectFieldItem<T> extends SimpleValueFieldItem
-
Method Summary
Modifier and Type Method Description ObjectField<T>
modelComponent()
Methods inherited from interface omix.plugin.diagram.accessory.AccessoryItem
diagram, getField, owner, visible
-
Method Details
-
modelComponent
ObjectField<T> modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
-