- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,CheckButtonItem
,ReadOnlyInterface
,TriggerItem
,TriggerItem
,WritableInterface
public interface CheckButtonItem extends TriggerItem, CheckButtonItem
-
Method Summary
Modifier and Type Method Description CheckButton
modelComponent()
CheckButtonItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
modelComponent
CheckButton modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceCheckButtonItem
- Specified by:
modelComponent
in interfaceTriggerItem
- Specified by:
modelComponent
in interfaceTriggerItem
-
toReadOnly
CheckButtonItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceTriggerItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-