Module omix.api
Interface IntegerFieldItem
- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,IntegerFieldItem
,ReadOnlyInterface
,SimpleValueFieldItem
,SimpleValueFieldItem
,WritableInterface
public interface IntegerFieldItem extends SimpleValueFieldItem, IntegerFieldItem
-
Method Summary
Modifier and Type Method Description IntegerField
modelComponent()
IntegerFieldItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
Methods inherited from interface omix.plugin.diagram.writable.accessory.annotation.SimpleValueFieldItem
setPosition
-
Method Details
-
modelComponent
IntegerField modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceIntegerFieldItem
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
-
toReadOnly
IntegerFieldItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceSimpleValueFieldItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-