|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,TYPE})
public @interface EditorTypesSpecifies the classes available for selection in the editor. Can be used both on superclasses and on editable properties.
| Required Element Summary | |
|---|---|
Class<?>[] |
value
The subtypes from which to choose. |
| Optional Element Summary | |
|---|---|
String |
key
An optional configuration key whose value represents other available classes. |
String |
label
The label to use for the type chooser. |
| Element Detail |
|---|
public abstract Class<?>[] value
public abstract String key
public abstract String label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||