Annotation Type JsxSetter


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JsxSetter
    An annotation to mark a Java method as JavaScript setter.
    • Element Detail

      • value

        SupportedBrowser[] value
        The SupportedBrowsers supported by this setter.
        Returns:
        the SupportedBrowsers
        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}
      • propertyName

        java.lang.String propertyName
        The JavaScript setter property name.
        Returns:
        the setter property name
        Default:
        ""