|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ButtonMethod
ButtonMethod has two parameters: buttonName and isDefault
| Optional Element Summary | |
|---|---|
java.lang.String |
buttonName
The name of the button associated with this method. |
boolean |
isDefault
Indicates if this is the method that should be called if no button is clicked or an invalid button name is supplied. |
public abstract java.lang.String buttonName
public abstract boolean isDefault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||