Annotation Type Icon
-
@Target({TYPE,PACKAGE,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface Icon
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
custom
Icon.IconType
value
-
-
-
Element Detail
-
value
Icon.IconType value
- Returns:
- the icon to associate to the component.
- Default:
- org.talend.sdk.component.api.component.Icon.IconType.CUSTOM
-
-
-
custom
String custom
- Returns:
- the custom icon key (not in
Icon.IconType
) to use ifvalue()
isIcon.IconType.CUSTOM
.
- Default:
- ""
-
-