Class HTMLParamElement

  • All Implemented Interfaces:
    EventTarget

    @JsType(isNative=true,
            namespace="<global>")
    public class HTMLParamElement
    extends HTMLElement
    • Field Detail

      • name

        public java.lang.String name
      • type

        public java.lang.String type
      • value

        public java.lang.String value
      • valueType

        public java.lang.String valueType
    • Constructor Detail

      • HTMLParamElement

        public HTMLParamElement()