- All Superinterfaces:
Accessory
,Accessory
,DataAnnotation
,DataAnnotation
,Member
,ReadOnlyInterface
,SimpleValueField
- All Known Subinterfaces:
DoubleField
,DoubleField
,IntegerField
,IntegerField
,ObjectField<T>
,ObjectField<T>
,SimpleValueField
,TextField
,TextField
public interface SimpleValueField extends SimpleValueField, DataAnnotation
-
Method Summary
Modifier and Type Method Description List<? extends SimpleValueFieldItem>
getDiagramItems()
List<? extends SimpleValueFieldItem>
getDiagramItems(Diagram diagram)
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
Methods inherited from interface omix.lang.model.accessory.annotation.SimpleValueField
background, blur, color, font, shadow, transparency
-
Method Details
-
getDiagramItems
List<? extends SimpleValueFieldItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
-
getDiagramItems
List<? extends SimpleValueFieldItem> getDiagramItems(Diagram diagram) throws IllegalComponentException- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Throws:
IllegalComponentException
-