Package 

Class DOMAttributes

    • Constructor Detail

    • Method Detail

      • getAction

         final String getAction()

        Specifies where to send the form-data when a form is submitted.

        Belongs to: <form>

      • getAlt

         final String getAlt()

        Specifies an alternate text when the original element fails to display.

        Belongs to: <area>, <img>, <input>

      • getAsync

         final Boolean getAsync()

        Specifies that the script is executed asynchronously (only for external scripts).

        Belongs to: <script>

      • getAutocomplete

         final Boolean getAutocomplete()

        Specifies whether the <form> or the <input> element should have autocomplete enabled

        Belongs to: <form>, <input>

      • getAutofocus

         final Boolean getAutofocus()

        Specifies that the element should automatically get focus when the page loads.

        Belongs to: <button>, <input>, <select>, <textarea>

      • getAutoplay

         final Boolean getAutoplay()

        Specifies that the audio/video will start playing as soon as it is ready.

        Belongs to: <audio>, <video>

      • getCharset

         final Charset getCharset()

        Specifies the character encoding.

        Belongs to: <meta>, <script>

      • getChecked

         final Boolean getChecked()

        Specifies that an <input> element should be pre-selected when the page loads (for type="checkbox" or type="radio").

        Belongs to: <input>

      • getClass

         final String getClass()

        Specifies one or more classnames for an element (refers to a class in a style sheet)

      • getClasses

         final List<String> getClasses()

        Specifies one or more classnames for an element (refers to a class in a style sheet)

      • getCols

         final Integer getCols()

        Specifies the visible width of a text area.

        Belongs to: <textarea>

      • getData

         final String getData()

        Specifies the URL of the resource to be used by the object.

        Belongs to: <object>

      • getFor

         final String getFor()

        Specifies which form element(s) a label/calculation is bound to.

        Belongs to: <label>

      • getForm

         final String getForm()

        Specifies the name of the form the element belongs to.

        Belongs to: <button>, <fieldset>, <input>, <label>, <meter>, <object>, <output>, <select>, <textarea>

      • getHeight

         final Integer getHeight()

        Specifies the height of the element.

        Belongs to: <canvas>, <embed>, <iframe>, <img>, <input>, <object>, <video>

      • getHref

         final String getHref()

        Specifies the URL of the page the link goes to.

        Belongs to: <a>, <area>, <base>, <link>

      • getId

         final String getId()

        Specifies a unique id for an element.

      • getLang

         final String getLang()

        Specifies the language of the element's content.

      • getMethod

         final String getMethod()

        Specifies the HTTP method to use when sending form-data.

        Belongs to: <form>

      • getName

         final String getName()

        Specifies the name of the element.

        Belongs to: <button>, <fieldset>, <form>, <iframe>, <input>, <map>, <meta>, <object>, <output>, <param>, <select>, <textarea>

      • getPattern

         final String getPattern()

        Specifies a regular expression that an <input> element's value is checked against.

        Belongs to: <input>

      • getPlaceholder

         final String getPlaceholder()

        Specifies a short hint that describes the expected value of the element.

        Belongs to: <input>, <textarea>

      • getRows

         final Integer getRows()

        Specifies the visible number of lines in a text area.

        Belongs to: <textarea>

      • getRowspan

         final Integer getRowspan()

        Specifies the number of rows a table cell should span.

        Belongs to: <td>, <th>

      • getSelected

         final Boolean getSelected()

        Specifies that an option should be pre-selected when the page loads.

        Belongs to: <option>

      • getInputSize

         final Integer getInputSize()

        Specifies the width, in characters (for <input>) or specifies the number of visible options (for <select>).

        Belongs to: <input>, <select>

      • getReadonly

         final Boolean getReadonly()

        Specifies that the element is read-only.

        Belongs to: <input>, <textarea>

      • getRel

         final String getRel()

        Specifies the relationship between the current document and the linked document.

        Belongs to: <a>, <area>, <form>, <link>

      • getRequired

         final Boolean getRequired()

        Specifies that the element must be filled out before submitting the form.

        Belongs to: <input>, <select>, <textarea>

      • getSrc

         final String getSrc()

        Specifies the URL of the media file.

        Belongs to: <audio>, <embed>, <iframe>, <img>, <input>, <script>, <source>, <track>, <video>

      • getStyle

         final String getStyle()

        Specifies an inline CSS style for an element.

      • getTitle

         final String getTitle()

        Specifies extra information about an element.

      • getType

         final String getType()

        Specifies the type of element.

        Belongs to: <a>, <button>, <embed>, <input>, <link>, <menu>, <object>, <script>, <source>, <style>

      • getValue

         final String getValue()

        Specifies the value of the element.

        Belongs to: <button>, <input>, <li>, <option>, <meter>, <progress>, <param>

      • getWidth

         final Integer getWidth()

        Specifies the width of the element.

        Belongs to: <canvas>, <embed>, <iframe>, <img>, <input>, <object>, <video>