Class HTMLTextAreaElement

  • All Implemented Interfaces:
    EventTarget

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

      • accessKey

        public java.lang.String accessKey
      • autofocus

        public boolean autofocus
      • cols

        public int cols
      • defaultValue

        public java.lang.String defaultValue
      • disabled

        public boolean disabled
      • maxLength

        public int maxLength
      • minLength

        public int minLength
      • name

        public java.lang.String name
      • placeholder

        public java.lang.String placeholder
      • readOnly

        public boolean readOnly
      • rows

        public int rows
      • tabIndex

        public int tabIndex
      • textLength

        public int textLength
      • type

        public java.lang.String type
      • validationMessage

        public java.lang.String validationMessage
      • value

        public java.lang.String value
      • willValidate

        public boolean willValidate
    • Constructor Detail

      • HTMLTextAreaElement

        public HTMLTextAreaElement()
    • Method Detail

      • blur

        public void blur()
        Overrides:
        blur in class Element
      • checkValidity

        public boolean checkValidity()
      • focus

        public void focus()
        Overrides:
        focus in class Element
      • reportValidity

        public boolean reportValidity()
      • select

        public void select()
      • setCustomValidity

        public void setCustomValidity​(java.lang.String message)