com.gargoylesoftware.htmlunit.javascript.configuration
Annotation Type JsxGetter


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JsxGetter

An annotation to mark a Java method as JavaScript getter.

Version:
$Revision: 7428 $
Author:
Ahmed Ashour

Optional Element Summary
 String propertyName
          The JavaScript getter property name.
 WebBrowser[] value
          The WebBrowsers supported by this getter.
 

value

public abstract WebBrowser[] value
The WebBrowsers supported by this getter.

Default:
{@com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.IE), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.FF), @com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser(com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.CHROME)}

propertyName

public abstract String propertyName
The JavaScript getter property name.

Default:
""


Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.