- All Superinterfaces:
Accessory
,Accessory
,DataAnnotation
,DataAnnotation
,Member
,ObjectField<T>
,ReadOnlyInterface
,SimpleValueField
,SimpleValueField
- All Known Subinterfaces:
ObjectField<T>
public interface ObjectField<T> extends ObjectField<T>, SimpleValueField
-
Method Summary
Modifier and Type Method Description List<? extends ObjectFieldItem<T>>
getDiagramItems()
List<? extends ObjectFieldItem<T>>
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 ObjectFieldItem<T>> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceSimpleValueField
-
getDiagramItems
List<? extends ObjectFieldItem<T>> getDiagramItems(Diagram diagram) throws IllegalComponentException- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceSimpleValueField
- Throws:
IllegalComponentException
-