Annotation Type JsxConstructor
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface JsxConstructor
An annotation to mark a Java method as JavaScript constructor.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
functionName
The JavaScript function property name.SupportedBrowser[]
value
TheSupportedBrowser
s supported by this constructor.
-
-
-
Element Detail
-
value
SupportedBrowser[] value
TheSupportedBrowser
s supported by this constructor.- Returns:
- the
SupportedBrowser
s
- Default:
- {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
-
-