@Target(value=FIELD) @Repeatable(value=SubItems.class) @Retention(value=RUNTIME) public @interface SubItem
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
locator
Locator string for sub-item.
|
java.lang.String |
name
The sub-item name.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends Control> |
controlType
The class of the control object to cast sub-item element to.
|
Platform |
platform
The flag identifying target platform.
|
public abstract java.lang.String name
public abstract java.lang.String locator
public abstract Platform platform
public abstract java.lang.Class<? extends Control> controlType