@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Component
| Modifier and Type | Required Element and Description |
|---|---|
String |
tag |
String |
widgetClass |
| Modifier and Type | Optional Element and Description |
|---|---|
Component.ChildTag[] |
childTag |
Component.ContentHandling |
content |
Class<? extends ComponentFactory> |
factoryClass |
String[] |
parentTag |
String |
widgetModule |
public abstract String tag
public abstract String widgetClass
public abstract Component.ContentHandling content
public abstract String[] parentTag
public abstract Component.ChildTag[] childTag
public abstract Class<? extends ComponentFactory> factoryClass
public abstract String widgetModule
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.