Module omix.api
Interface DataAnnotationItem
- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,ReadOnlyInterface
,WritableInterface
- All Known Subinterfaces:
AbstractSideBoxItem
,AnnotationArrayItem<T>
,ChartSideBoxItem
,DoubleFieldItem
,ImageFieldItem
,IntegerFieldItem
,ItemGroupItem
,ObjectFieldItem<T>
,SideBoxItem
,SimpleValueFieldItem
,TextFieldItem
public interface DataAnnotationItem extends DataAnnotationItem, AccessoryItem
-
Method Summary
Modifier and Type Method Description DataAnnotation
modelComponent()
DataAnnotationItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
modelComponent
DataAnnotation modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
-
toReadOnly
DataAnnotationItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-