Annotation Type JsxStaticFunction
An annotation to mark a Java method as JavaScript function, not at instance level.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe JavaScript function name.TheSupportedBrowser
s supported by this function.
-
Element Details
-
value
SupportedBrowser[] valueTheSupportedBrowser
s supported by this function.- Returns:
- the
SupportedBrowser
s
- Default:
{CHROME, EDGE, FF, FF_ESR}
-
functionName
String functionNameThe JavaScript function name.- Returns:
- the function name
- Default:
""
-