|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Documented @Retention(value=SOURCE) public @interface JapanoOption
Used to define radio or select options.
Required Element Summary | |
---|---|
java.lang.String |
value
Value of the option. |
Optional Element Summary | |
---|---|
java.lang.String |
name
Name of the option. only valid for radio fields. |
java.lang.String |
text
Text to display for the option. only valid for select fields. |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String text
public abstract java.lang.String name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |