Module omix.api
Interface SimpleValueFieldItem
- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,ReadOnlyInterface
,SimpleValueFieldItem
,WritableInterface
- All Known Subinterfaces:
DoubleFieldItem
,IntegerFieldItem
,ObjectFieldItem<T>
,TextFieldItem
public interface SimpleValueFieldItem extends DataAnnotationItem, SimpleValueFieldItem
-
Method Summary
Modifier and Type Method Description SimpleValueField
modelComponent()
void
setPosition(double x, double y)
Set the position of the item.SimpleValueFieldItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
setPosition
Set the position of the item.- Parameters:
x
-y
-- Throws:
IllegalChangeException
-
modelComponent
SimpleValueField 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 interfaceSimpleValueFieldItem
-
toReadOnly
SimpleValueFieldItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-