|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface JsxGetter
An annotation to mark a Java method as JavaScript getter.
Optional Element Summary | |
---|---|
String |
propertyName
The JavaScript getter property name. |
WebBrowser[] |
value
The WebBrowser s supported by this getter. |
public abstract WebBrowser[] value
WebBrowser
s supported by this getter.
public abstract String propertyName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |