@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Lookup
Modifier and Type | Required Element and Description |
---|---|
LookupType |
type |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
actions
Optional list of standard picker actions.
|
public abstract LookupType type