- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,ReadOnlyInterface
,SimpleValueFieldItem
,SimpleValueFieldItem
,TextFieldItem
,WritableInterface
public interface TextFieldItem extends SimpleValueFieldItem, TextFieldItem
-
Method Summary
Modifier and Type Method Description TextField
modelComponent()
TextFieldItem
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
TextField 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
- Specified by:
modelComponent
in interfaceSimpleValueFieldItem
- Specified by:
modelComponent
in interfaceTextFieldItem
-
toReadOnly
TextFieldItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceSimpleValueFieldItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-