Interface EnumHTMLTags

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATT_ACTION
      The constant name of the HTML attribute action.
      static java.lang.String ATT_ALIGN
      The constant name of the HTML attribute align.
      static java.lang.String ATT_ALT
      The constant name of the HTML attribute alt.
      static java.lang.String ATT_AUTOCOMPLETE
      The constant name of the HTML attribute autocomplete.
      static java.lang.String ATT_BORDER
      The constant name of the HTML attribute border.
      static java.lang.String ATT_CELLPADDING
      The constant name of the HTML attribute cellpadding.
      static java.lang.String ATT_CELLSPACING
      The constant name of the HTML attribute cellspacing.
      static java.lang.String ATT_CHECKED
      The constant name of the HTML attribute checked.
      static java.lang.String ATT_CLASS
      The constant name of the HTML attribute class.
      static java.lang.String ATT_CMD_FORMAT_TYPE
      The constant name of the HTML attribute cmdft.
      static java.lang.String ATT_CMDID
      The constant name of the HTML attribute cmdid.
      static java.lang.String ATT_CMDLVL
      The constant name of the HTML attribute cmdlvl.
      static java.lang.String ATT_COLS
      The constant name of the HTML attribute cols.
      static java.lang.String ATT_COLSPAN
      The constant name of the HTML attribute colspan.
      static java.lang.String ATT_DG
      The constant name of the HTML attribute dg.
      static java.lang.String ATT_DIALOG
      The constant name of the HTML attribute dialog.
      static java.lang.String ATT_DISABLED
      The constant name of the HTML attribute disabled.
      static java.lang.String ATT_FOR
      The constant name of the HTML attribute for.
      static java.lang.String ATT_HEIGHT
      The constant name of the HTML attribute height.
      static java.lang.String ATT_HREF
      The constant name of the HTML attribute href.
      static java.lang.String ATT_HSPACE
      The constant name of the HTML attribute hspace.
      static java.lang.String ATT_ID
      The constant name of the HTML attribute id.
      static java.lang.String ATT_IFRAME
      The constant name of the HTML attribute iframe.
      static java.lang.String ATT_LANGUAGE
      The constant name of the HTML attribute language.
      static java.lang.String ATT_MAXLENGTH
      The constant name of the HTML attribute maxlength.
      static java.lang.String ATT_METHOD
      The constant name of the HTML attribute method.
      static java.lang.String ATT_MODAL
      The constant name of the HTML attribute modal.
      static java.lang.String ATT_NAME
      The constant name of the HTML attribute name.
      static java.lang.String ATT_NOWRAP
      The constant name of the HTML attribute nowrap.
      static java.lang.String ATT_ONCHANGE
      The constant name of the HTML attribute onchange.
      static java.lang.String ATT_ONCLICK
      The constant name of the HTML attribute onclick.
      static java.lang.String ATT_ONFOCUS
      The constant name of the HTML attribute onfocus.
      static java.lang.String ATT_ONKEYDOWN
      The constant name of the HTML attribute onkeydown.
      static java.lang.String ATT_ONKEYUP
      The constant name of the HTML attribute onkeyup.
      static java.lang.String ATT_ONMOUSEOUT
      The constant name of the HTML attribute onmouseout.
      static java.lang.String ATT_ONMOUSEOVER
      The constant name of the HTML attribute onmouseover.
      static java.lang.String ATT_ONSUBMIT
      The constant name of the HTML attribute onsubmit.
      static java.lang.String ATT_PARAM
      The constant name of the HTML attribute param .
      static java.lang.String ATT_PLACEHOLDER
      The constant name of the HTML attribute placeholder.
      static java.lang.String ATT_READONLY
      The constant name of the HTML attribute readOnly.
      static java.lang.String ATT_REL  
      static java.lang.String ATT_ROWS
      The constant name of the HTML attribute rows.
      static java.lang.String ATT_ROWSPAN
      The constant name of the HTML attribute rowspan.
      static java.lang.String ATT_SCRIPT_CLASS
      The constant name of the HTML attribute scriptclass.
      static java.lang.String ATT_SELECTED
      The constant name of the HTML attribute selected.
      static java.lang.String ATT_SIZE
      The constant name of the HTML attribute size.
      static java.lang.String ATT_SRC
      The constant name of the HTML attribute src.
      static java.lang.String ATT_STYLE
      The constant name of the HTML attribute style.
      static java.lang.String ATT_SUMMARY
      The constant name of the HTML attribute summary.
      static java.lang.String ATT_TARGET
      The constant name of the HTML attribute target.
      static java.lang.String ATT_TITLE
      The constant name of the HTML attribute title.
      static java.lang.String ATT_TY
      The constant name of the HTML attribute ty.
      static java.lang.String ATT_TYPE
      The constant name of the HTML attribute type.
      static java.lang.String ATT_VALIGN
      The constant name of the HTML attribute valign.
      static java.lang.String ATT_VALUE
      The constant name of the HTML attribute value.
      static java.lang.String ATT_VALUE_ABSBOTTOM
      The constant attribute value absbottom.
      static java.lang.String ATT_VALUE_ABSMIDDLE
      The constant attribute value absmiddle.
      static java.lang.String ATT_VALUE_BOTTOM
      The constant attribute value bottom.
      static java.lang.String ATT_VALUE_BUTTON
      The constant attribute value button.
      static java.lang.String ATT_VALUE_CHECKBOX
      The constant attribute value checkbox.
      static java.lang.String ATT_VALUE_DEFAULT
      The constant attribute value 1.
      static java.lang.String ATT_VALUE_EMBED
      The constant attribute value embed.
      static java.lang.String ATT_VALUE_FALSE
      The constant attribute value false.
      static java.lang.String ATT_VALUE_HIDDEN
      The constant attribute value hidden.
      static java.lang.String ATT_VALUE_IMAGE
      The constant attribute value image.
      static java.lang.String ATT_VALUE_JAVASCRIPT
      The constant attribute value javascript.
      static java.lang.String ATT_VALUE_LEFT
      The constant attribute value left.
      static java.lang.String ATT_VALUE_MAX
      The constant attribute value number.
      static java.lang.String ATT_VALUE_MIDDLE
      The constant attribute value middle.
      static java.lang.String ATT_VALUE_MIN
      The constant attribute value number.
      static java.lang.String ATT_VALUE_NUMBER
      The constant attribute value number.
      static java.lang.String ATT_VALUE_POST
      The constant attribute value post.
      static java.lang.String ATT_VALUE_RADIO
      The constant attribute value radio.
      static java.lang.String ATT_VALUE_SUBMIT
      The constant attribute value submit.
      static java.lang.String ATT_VALUE_TEXT
      The constant attribute value text.
      static java.lang.String ATT_VALUE_TOP
      The constant attribute value top.
      static java.lang.String ATT_VALUE_TRUE
      The constant attribute value true.
      static java.lang.String ATT_VSPACE
      The constant name of the HTML attribute vspace.
      static java.lang.String ATT_WIDTH
      The constant name of the HTML attribute width.
      static java.lang.String TAG_NAME_ANCHOR
      The constant name of the HTML tag a.
      static java.lang.String TAG_NAME_CELL
      The constant name of the HTML tag td.
      static java.lang.String TAG_NAME_DIV
      The constant name of the HTML tag div.
      static java.lang.String TAG_NAME_HEADER
      The constant name of the HTML tag th.
      static java.lang.String TAG_NAME_IFRAME
      The constant name of the HTML tag iframe.
      static java.lang.String TAG_NAME_IMAGE
      The constant name of the HTML tag img.
      static java.lang.String TAG_NAME_INPUT
      The constant name of the HTML tag input.
      static java.lang.String TAG_NAME_LABEL
      The constant name of the HTML tag label.
      static java.lang.String TAG_NAME_MAP
      The constant name of the HTML tag map.
      static java.lang.String TAG_NAME_OPTION
      The constant name of the HTML tag option.
      static java.lang.String TAG_NAME_ROW
      The constant name of the HTML tag tr.
      static java.lang.String TAG_NAME_SCRIPT
      The constant name of the HTML tag script.
      static java.lang.String TAG_NAME_SELECT
      The constant name of the HTML tag select.
      static java.lang.String TAG_NAME_SPAN
      The constant name of the HTML tag span.
      static java.lang.String TAG_NAME_STYLE
      The constant name of the STYLE tag a.
      static java.lang.String TAG_NAME_TABLE
      The constant name of the HTML tag table.
      static java.lang.String TAG_NAME_TBODY
      The constant name of the HTML tag tbody.
      static java.lang.String TAG_NAME_TEXTAREA
      The constant name of the HTML tag textarea.
      static java.lang.String TAG_NAME_THEAD
      The constant name of the HTML tag thead.
    • Field Detail

      • TAG_NAME_DIV

        static final java.lang.String TAG_NAME_DIV
        The constant name of the HTML tag div.
        See Also:
        Constant Field Values
      • TAG_NAME_INPUT

        static final java.lang.String TAG_NAME_INPUT
        The constant name of the HTML tag input.
        See Also:
        Constant Field Values
      • TAG_NAME_SPAN

        static final java.lang.String TAG_NAME_SPAN
        The constant name of the HTML tag span.
        See Also:
        Constant Field Values
      • TAG_NAME_SCRIPT

        static final java.lang.String TAG_NAME_SCRIPT
        The constant name of the HTML tag script.
        See Also:
        Constant Field Values
      • TAG_NAME_CELL

        static final java.lang.String TAG_NAME_CELL
        The constant name of the HTML tag td.
        See Also:
        Constant Field Values
      • TAG_NAME_IMAGE

        static final java.lang.String TAG_NAME_IMAGE
        The constant name of the HTML tag img.
        See Also:
        Constant Field Values
      • TAG_NAME_ROW

        static final java.lang.String TAG_NAME_ROW
        The constant name of the HTML tag tr.
        See Also:
        Constant Field Values
      • TAG_NAME_HEADER

        static final java.lang.String TAG_NAME_HEADER
        The constant name of the HTML tag th.
        See Also:
        Constant Field Values
      • TAG_NAME_SELECT

        static final java.lang.String TAG_NAME_SELECT
        The constant name of the HTML tag select.
        See Also:
        Constant Field Values
      • TAG_NAME_OPTION

        static final java.lang.String TAG_NAME_OPTION
        The constant name of the HTML tag option.
        See Also:
        Constant Field Values
      • TAG_NAME_TABLE

        static final java.lang.String TAG_NAME_TABLE
        The constant name of the HTML tag table.
        See Also:
        Constant Field Values
      • TAG_NAME_THEAD

        static final java.lang.String TAG_NAME_THEAD
        The constant name of the HTML tag thead.
        See Also:
        Constant Field Values
      • TAG_NAME_TBODY

        static final java.lang.String TAG_NAME_TBODY
        The constant name of the HTML tag tbody.
        See Also:
        Constant Field Values
      • TAG_NAME_LABEL

        static final java.lang.String TAG_NAME_LABEL
        The constant name of the HTML tag label.
        See Also:
        Constant Field Values
      • TAG_NAME_TEXTAREA

        static final java.lang.String TAG_NAME_TEXTAREA
        The constant name of the HTML tag textarea.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • TAG_NAME_ANCHOR

        static final java.lang.String TAG_NAME_ANCHOR
        The constant name of the HTML tag a.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • TAG_NAME_STYLE

        static final java.lang.String TAG_NAME_STYLE
        The constant name of the STYLE tag a.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • TAG_NAME_IFRAME

        static final java.lang.String TAG_NAME_IFRAME
        The constant name of the HTML tag iframe.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • TAG_NAME_MAP

        static final java.lang.String TAG_NAME_MAP
        The constant name of the HTML tag map.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ATT_ACTION

        static final java.lang.String ATT_ACTION
        The constant name of the HTML attribute action.
        See Also:
        Constant Field Values
      • ATT_ALIGN

        static final java.lang.String ATT_ALIGN
        The constant name of the HTML attribute align.
        See Also:
        Constant Field Values
      • ATT_ALT

        static final java.lang.String ATT_ALT
        The constant name of the HTML attribute alt.
        See Also:
        Constant Field Values
      • ATT_BORDER

        static final java.lang.String ATT_BORDER
        The constant name of the HTML attribute border.
        See Also:
        Constant Field Values
      • ATT_CELLPADDING

        static final java.lang.String ATT_CELLPADDING
        The constant name of the HTML attribute cellpadding.
        See Also:
        Constant Field Values
      • ATT_CELLSPACING

        static final java.lang.String ATT_CELLSPACING
        The constant name of the HTML attribute cellspacing.
        See Also:
        Constant Field Values
      • ATT_CHECKED

        static final java.lang.String ATT_CHECKED
        The constant name of the HTML attribute checked.
        See Also:
        Constant Field Values
      • ATT_CLASS

        static final java.lang.String ATT_CLASS
        The constant name of the HTML attribute class.
        See Also:
        Constant Field Values
      • ATT_CMDID

        static final java.lang.String ATT_CMDID
        The constant name of the HTML attribute cmdid.
        See Also:
        Constant Field Values
      • ATT_CMD_FORMAT_TYPE

        static final java.lang.String ATT_CMD_FORMAT_TYPE
        The constant name of the HTML attribute cmdft.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • ATT_CMDLVL

        static final java.lang.String ATT_CMDLVL
        The constant name of the HTML attribute cmdlvl.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ATT_COLS

        static final java.lang.String ATT_COLS
        The constant name of the HTML attribute cols.
        See Also:
        Constant Field Values
      • ATT_COLSPAN

        static final java.lang.String ATT_COLSPAN
        The constant name of the HTML attribute colspan.
        See Also:
        Constant Field Values
      • ATT_DG

        static final java.lang.String ATT_DG
        The constant name of the HTML attribute dg.
        See Also:
        Constant Field Values
      • ATT_DIALOG

        static final java.lang.String ATT_DIALOG
        The constant name of the HTML attribute dialog.
        See Also:
        Constant Field Values
      • ATT_DISABLED

        static final java.lang.String ATT_DISABLED
        The constant name of the HTML attribute disabled.
        See Also:
        Constant Field Values
      • ATT_FOR

        static final java.lang.String ATT_FOR
        The constant name of the HTML attribute for.
        See Also:
        Constant Field Values
      • ATT_HEIGHT

        static final java.lang.String ATT_HEIGHT
        The constant name of the HTML attribute height.
        See Also:
        Constant Field Values
      • ATT_HREF

        static final java.lang.String ATT_HREF
        The constant name of the HTML attribute href.
        See Also:
        Constant Field Values
      • ATT_HSPACE

        static final java.lang.String ATT_HSPACE
        The constant name of the HTML attribute hspace.
        See Also:
        Constant Field Values
      • ATT_ID

        static final java.lang.String ATT_ID
        The constant name of the HTML attribute id.
        See Also:
        Constant Field Values
      • ATT_IFRAME

        static final java.lang.String ATT_IFRAME
        The constant name of the HTML attribute iframe.
        See Also:
        Constant Field Values
      • ATT_LANGUAGE

        static final java.lang.String ATT_LANGUAGE
        The constant name of the HTML attribute language.
        See Also:
        Constant Field Values
      • ATT_MAXLENGTH

        static final java.lang.String ATT_MAXLENGTH
        The constant name of the HTML attribute maxlength.
        See Also:
        Constant Field Values
      • ATT_METHOD

        static final java.lang.String ATT_METHOD
        The constant name of the HTML attribute method.
        See Also:
        Constant Field Values
      • ATT_MODAL

        static final java.lang.String ATT_MODAL
        The constant name of the HTML attribute modal.
        See Also:
        Constant Field Values
      • ATT_PARAM

        static final java.lang.String ATT_PARAM
        The constant name of the HTML attribute param .
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • ATT_NAME

        static final java.lang.String ATT_NAME
        The constant name of the HTML attribute name.
        See Also:
        Constant Field Values
      • ATT_NOWRAP

        static final java.lang.String ATT_NOWRAP
        The constant name of the HTML attribute nowrap.
        See Also:
        Constant Field Values
      • ATT_ONFOCUS

        static final java.lang.String ATT_ONFOCUS
        The constant name of the HTML attribute onfocus.
        See Also:
        Constant Field Values
      • ATT_ONCLICK

        static final java.lang.String ATT_ONCLICK
        The constant name of the HTML attribute onclick.
        See Also:
        Constant Field Values
      • ATT_ONSUBMIT

        static final java.lang.String ATT_ONSUBMIT
        The constant name of the HTML attribute onsubmit.
        See Also:
        Constant Field Values
      • ATT_ONCHANGE

        static final java.lang.String ATT_ONCHANGE
        The constant name of the HTML attribute onchange.
        See Also:
        Constant Field Values
      • ATT_ONKEYUP

        static final java.lang.String ATT_ONKEYUP
        The constant name of the HTML attribute onkeyup.
        See Also:
        Constant Field Values
      • ATT_ONKEYDOWN

        static final java.lang.String ATT_ONKEYDOWN
        The constant name of the HTML attribute onkeydown.
        See Also:
        Constant Field Values
      • ATT_ONMOUSEOVER

        static final java.lang.String ATT_ONMOUSEOVER
        The constant name of the HTML attribute onmouseover.
        See Also:
        Constant Field Values
      • ATT_ONMOUSEOUT

        static final java.lang.String ATT_ONMOUSEOUT
        The constant name of the HTML attribute onmouseout.
        See Also:
        Constant Field Values
      • ATT_ROWS

        static final java.lang.String ATT_ROWS
        The constant name of the HTML attribute rows.
        See Also:
        Constant Field Values
      • ATT_ROWSPAN

        static final java.lang.String ATT_ROWSPAN
        The constant name of the HTML attribute rowspan.
        See Also:
        Constant Field Values
      • ATT_SCRIPT_CLASS

        static final java.lang.String ATT_SCRIPT_CLASS
        The constant name of the HTML attribute scriptclass.
        See Also:
        Constant Field Values
      • ATT_SELECTED

        static final java.lang.String ATT_SELECTED
        The constant name of the HTML attribute selected.
        See Also:
        Constant Field Values
      • ATT_SIZE

        static final java.lang.String ATT_SIZE
        The constant name of the HTML attribute size.
        See Also:
        Constant Field Values
      • ATT_SRC

        static final java.lang.String ATT_SRC
        The constant name of the HTML attribute src.
        See Also:
        Constant Field Values
      • ATT_STYLE

        static final java.lang.String ATT_STYLE
        The constant name of the HTML attribute style.
        See Also:
        Constant Field Values
      • ATT_SUMMARY

        static final java.lang.String ATT_SUMMARY
        The constant name of the HTML attribute summary.
        See Also:
        Constant Field Values
      • ATT_TARGET

        static final java.lang.String ATT_TARGET
        The constant name of the HTML attribute target.
        See Also:
        Constant Field Values
      • ATT_TITLE

        static final java.lang.String ATT_TITLE
        The constant name of the HTML attribute title.
        See Also:
        Constant Field Values
      • ATT_TY

        static final java.lang.String ATT_TY
        The constant name of the HTML attribute ty.
        See Also:
        Constant Field Values
      • ATT_TYPE

        static final java.lang.String ATT_TYPE
        The constant name of the HTML attribute type.
        See Also:
        Constant Field Values
      • ATT_VALIGN

        static final java.lang.String ATT_VALIGN
        The constant name of the HTML attribute valign.
        See Also:
        Constant Field Values
      • ATT_VALUE

        static final java.lang.String ATT_VALUE
        The constant name of the HTML attribute value.
        See Also:
        Constant Field Values
      • ATT_VSPACE

        static final java.lang.String ATT_VSPACE
        The constant name of the HTML attribute vspace.
        See Also:
        Constant Field Values
      • ATT_WIDTH

        static final java.lang.String ATT_WIDTH
        The constant name of the HTML attribute width.
        See Also:
        Constant Field Values
      • ATT_READONLY

        static final java.lang.String ATT_READONLY
        The constant name of the HTML attribute readOnly.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ATT_AUTOCOMPLETE

        static final java.lang.String ATT_AUTOCOMPLETE
        The constant name of the HTML attribute autocomplete.
        Since:
        MicroStrategy Web 9.5.0
        See Also:
        Constant Field Values
      • ATT_PLACEHOLDER

        static final java.lang.String ATT_PLACEHOLDER
        The constant name of the HTML attribute placeholder.
        Since:
        MicroStrategy Web 9.5.0
        See Also:
        Constant Field Values
      • ATT_VALUE_ABSMIDDLE

        static final java.lang.String ATT_VALUE_ABSMIDDLE
        The constant attribute value absmiddle.
        See Also:
        Constant Field Values
      • ATT_VALUE_ABSBOTTOM

        static final java.lang.String ATT_VALUE_ABSBOTTOM
        The constant attribute value absbottom.
        See Also:
        Constant Field Values
      • ATT_VALUE_BOTTOM

        static final java.lang.String ATT_VALUE_BOTTOM
        The constant attribute value bottom.
        See Also:
        Constant Field Values
      • ATT_VALUE_BUTTON

        static final java.lang.String ATT_VALUE_BUTTON
        The constant attribute value button.
        See Also:
        Constant Field Values
      • ATT_VALUE_CHECKBOX

        static final java.lang.String ATT_VALUE_CHECKBOX
        The constant attribute value checkbox.
        See Also:
        Constant Field Values
      • ATT_VALUE_DEFAULT

        static final java.lang.String ATT_VALUE_DEFAULT
        The constant attribute value 1.
        See Also:
        Constant Field Values
      • ATT_VALUE_EMBED

        static final java.lang.String ATT_VALUE_EMBED
        The constant attribute value embed.
        See Also:
        Constant Field Values
      • ATT_VALUE_FALSE

        static final java.lang.String ATT_VALUE_FALSE
        The constant attribute value false.
        See Also:
        Constant Field Values
      • ATT_VALUE_HIDDEN

        static final java.lang.String ATT_VALUE_HIDDEN
        The constant attribute value hidden.
        See Also:
        Constant Field Values
      • ATT_VALUE_IMAGE

        static final java.lang.String ATT_VALUE_IMAGE
        The constant attribute value image.
        See Also:
        Constant Field Values
      • ATT_VALUE_JAVASCRIPT

        static final java.lang.String ATT_VALUE_JAVASCRIPT
        The constant attribute value javascript.
        See Also:
        Constant Field Values
      • ATT_VALUE_LEFT

        static final java.lang.String ATT_VALUE_LEFT
        The constant attribute value left.
        See Also:
        Constant Field Values
      • ATT_VALUE_MIDDLE

        static final java.lang.String ATT_VALUE_MIDDLE
        The constant attribute value middle.
        See Also:
        Constant Field Values
      • ATT_VALUE_POST

        static final java.lang.String ATT_VALUE_POST
        The constant attribute value post.
        See Also:
        Constant Field Values
      • ATT_VALUE_RADIO

        static final java.lang.String ATT_VALUE_RADIO
        The constant attribute value radio.
        See Also:
        Constant Field Values
      • ATT_VALUE_SUBMIT

        static final java.lang.String ATT_VALUE_SUBMIT
        The constant attribute value submit.
        See Also:
        Constant Field Values
      • ATT_VALUE_TEXT

        static final java.lang.String ATT_VALUE_TEXT
        The constant attribute value text.
        See Also:
        Constant Field Values
      • ATT_VALUE_NUMBER

        static final java.lang.String ATT_VALUE_NUMBER
        The constant attribute value number.
        See Also:
        Constant Field Values
      • ATT_VALUE_MIN

        static final java.lang.String ATT_VALUE_MIN
        The constant attribute value number.
        See Also:
        Constant Field Values
      • ATT_VALUE_MAX

        static final java.lang.String ATT_VALUE_MAX
        The constant attribute value number.
        See Also:
        Constant Field Values
      • ATT_VALUE_TOP

        static final java.lang.String ATT_VALUE_TOP
        The constant attribute value top.
        See Also:
        Constant Field Values
      • ATT_VALUE_TRUE

        static final java.lang.String ATT_VALUE_TRUE
        The constant attribute value true.
        See Also:
        Constant Field Values