BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Interface HtmlConstants

All Known Implementing Classes:
AbstractBaseTag, AbstractCallMethod, Anchor, AnchorColumn, AnchorTag, Attribute, Base, BaseTag, BasicColumn, BindingUpdateErrors, Body, Button, CallControl, CallMethod, CallPageFlow, CellRepeater, CheckBox, CheckBoxGroup, CheckBoxOption, Choice, ChoiceMethod, Columns, Content, DataSourceTag, DeclareBundle, DeclareControl, DeclarePageInput, DefaultableDataSourceTag, Error, Errors, ExpressionColumn, FileUpload, Form, FormatDate, FormatNumber, FormatString, FormattableColumn, FormatTag, FormTag, GetData, GetNetuiTagName, Grid, GridColumn, GridComponent, GridStyle, Hidden, Html, HtmlTag, Image, ImageAnchor, ImageButton, ImageColumn, ImageTag, IncludeSection, InputBooleanTag, InputFileTag, InputHiddenTag, InputImageTag, InputSubmitTag, InputTextTag, Label, Message, MessageArg, MethodParameter, Node, OptionsDataSourceTag, OptionTag, Pad, Pager, Parameter, ParameterMap, RadioButtonGroup, RadioButtonOption, Repeater, RepeaterComponent, RepeaterFooter, RepeaterHeader, RepeaterItem, RewriteName, RewriteURL, ScriptContainer, Section, Select, SelectOption, SelectTag, SetAttribute, SortFilterColumn, StructuredBaseTag, Template, TextArea, TextAreaTag, TextBox, Tree, Visible

public interface HtmlConstants


Field Summary
static String ACCEPT
          The name of the accept attribute.
static String ACCESSKEY
          The name of the accesskey attribute.
static String ACTION
          The name of the action attribute.
static String ALIGN
          The name of the align attribute.
static String ALINK
          The name of the alink attribute.
static String ALT
          The name of the alt attribute.
static String ANCHOR
          The name of the a element.
static String BACKGROUND
          The name of the background attribute.
static String BASE
          The name of the base element.
static String BGCOLOR
          The name of the bgcolor attribute.
static String BODY
          The name of the body element.
static String BORDER
          The name of the border attribute.
static String BR
          The name of the br element.
static String CAPTION
          The name of the caption element.
static String CELLPADDING
          The name of the cellpadding attribute.
static String CELLSPACING
          The name of the cellspacing attribute.
static String CHAR
          The name of the char attribute.
static String CHAROFF
          The name of the charoff attribute.
static String CHARSET
          The name of the charset attribute.
static String CHECKED
          The name of the checked attribute.
static String CLASS
          The name of the class attribute.
static String COLS
          The name of the cols attribute.
static String COORDS
          The name of the coords attribute.
static String DIR
          The name of the dir attribute.
static String DISABLED
          The name of the disabled attribute.
static String DIV
          The name of the div element.
static String ENCTYPE
          The name of the enctype attribute.
static String FOR
          The name of the for attribute.
static String FORM
          The name of the form element.
static String FORM_GET
          Form get constant
static String FORM_POST
          Form post constant
static String FRAME
          The name of the frame attribute.
static String HEIGHT
          The name of the height attribute.
static String HREF
          The name of the href attribute.
static String HREFLANG
          The name of the hreflang attribute.
static String HSPACE
          The name of the hspace attribute.
static String HTML
          The name of the html element.
static String ID
          The name of the id attribute.
static String IMAGE
          The name of the image element.
static String INPUT
          The name of the input element.
static String INPUT_BUTTON
          The InputType for the button
static String INPUT_CHECKBOX
          The InputType for the checkbox
static String INPUT_FILE
          The InputType for the file
static String INPUT_HIDDEN
          The InputType for the hidden
static String INPUT_IMAGE
          The InputType for the image
static String INPUT_PASSWORD
          The InputType for the password
static String INPUT_RADIO
          The InputType for the radio
static String INPUT_RESET
          The InputType for the reset
static String INPUT_SUBMIT
          The InputType for the submit
static String INPUT_TEXT
          The InputType for the text
static String ISMAP
          The name of the ismap attribute.
static String LABEL
          The name of the label element.
static String LANG
          The name of the lang attribute.
static String LINK
          The name of the link attribute.
static String LONGDESC
          The name of the longdesc attribute.
static String MAXLENGTH
          The name of the maxlength attribute.
static String METHOD
          The name of the method attribute.
static String NAME
          The name of the name attribute.
static String ONBLUR
          The name of the onblur attribute.
static String ONCHANGE
          The name of the onchange attribute.
static String ONCLICK
          The name of the onclick attribute.
static String ONDBLCLICK
          The name of the ondblclick attribute.
static String ONFOCUS
          The name of the onfocus attribute.
static String ONKEYDOWN
          The name of the onkeydown attribute.
static String ONKEYPRESS
          The name of the onkeypress attribute.
static String ONKEYUP
          The name of the onkeyup attribute.
static String ONLOAD
          The name of the onload attribute.
static String ONMOUSEDOWN
          The name of the onmousedown attribute.
static String ONMOUSEMOVE
          The name of the onmousemove attribute.
static String ONMOUSEOUT
          The name of the onmouseout attribute.
static String ONMOUSEOVER
          The name of the onmouseover attribute.
static String ONMOUSEUP
          The name of the onmouseup attribute.
static String ONRESET
          The name of the onreset attribute.
static String ONSELECT
          The name of the onselect attribute.
static String ONSUBMIT
          The name of the onsubmit attribute.
static String ONUNLOAD
          The name of the onunload attribute.
static String OPTION
          The name of the option element.
static String READONLY
          The name of the readonly attribute.
static String REL
          The name of the rel attribute.
static String REV
          The name of the rev attribute.
static String ROWS
          The name of the rows attribute.
static String RULES
          The name of the rules attribute.
static String SELECT
          The name of the select element.
static String SHAPE
          The name of the shape attribute.
static String SIZE
          The name of the shape attribute.
static String SPAN
          The name of the span element.
static String SRC
          The name of the src attribute.
static String STYLE
          The name of the style attribute.
static String SUMMARY
          The name of the summary attribute.
static String TABINDEX
          The name of the tabindex attribute.
static String TABLE
          The name of the table element.
static String TARGET
          The name of the target attribute.
static String TD
          The name of the td element.
static String TEXT
          The name of the text attribute.
static String TEXTAREA
          The name of the textarea element.
static String TITLE
          The name of the title attribute.
static String TR
          The name of the tr element.
static String TYPE
          The name of the type attribute.
static String USEMAP
          The name of the usemap attribute.
static String VALIGN
          The name of the char attribute.
static String VALUE
          The name of the value attribute.
static String VLINK
          The name of the vlink attribute.
static String VSPACE
          The name of the vspace attribute.
static String WIDTH
          The name of the width attribute.
 

Field Detail

STYLE

static final String STYLE
The name of the style attribute.

See Also:
Constant Field Values

CLASS

static final String CLASS
The name of the class attribute.

See Also:
Constant Field Values

ID

static final String ID
The name of the id attribute.

See Also:
Constant Field Values

TITLE

static final String TITLE
The name of the title attribute.

See Also:
Constant Field Values

DIR

static final String DIR
The name of the dir attribute.

See Also:
Constant Field Values

LANG

static final String LANG
The name of the lang attribute.

See Also:
Constant Field Values

ONCHANGE

static final String ONCHANGE
The name of the onchange attribute.

See Also:
Constant Field Values

ONCLICK

static final String ONCLICK
The name of the onclick attribute.

See Also:
Constant Field Values

ONDBLCLICK

static final String ONDBLCLICK
The name of the ondblclick attribute.

See Also:
Constant Field Values

ONKEYDOWN

static final String ONKEYDOWN
The name of the onkeydown attribute.

See Also:
Constant Field Values

ONKEYPRESS

static final String ONKEYPRESS
The name of the onkeypress attribute.

See Also:
Constant Field Values

ONKEYUP

static final String ONKEYUP
The name of the onkeyup attribute.

See Also:
Constant Field Values

ONLOAD

static final String ONLOAD
The name of the onload attribute.

See Also:
Constant Field Values

ONMOUSEDOWN

static final String ONMOUSEDOWN
The name of the onmousedown attribute.

See Also:
Constant Field Values

ONMOUSEUP

static final String ONMOUSEUP
The name of the onmouseup attribute.

See Also:
Constant Field Values

ONMOUSEMOVE

static final String ONMOUSEMOVE
The name of the onmousemove attribute.

See Also:
Constant Field Values

ONMOUSEOVER

static final String ONMOUSEOVER
The name of the onmouseover attribute.

See Also:
Constant Field Values

ONMOUSEOUT

static final String ONMOUSEOUT
The name of the onmouseout attribute.

See Also:
Constant Field Values

ONRESET

static final String ONRESET
The name of the onreset attribute.

See Also:
Constant Field Values

ONSELECT

static final String ONSELECT
The name of the onselect attribute.

See Also:
Constant Field Values

ONSUBMIT

static final String ONSUBMIT
The name of the onsubmit attribute.

See Also:
Constant Field Values

ONUNLOAD

static final String ONUNLOAD
The name of the onunload attribute.

See Also:
Constant Field Values

ALIGN

static final String ALIGN
The name of the align attribute.

See Also:
Constant Field Values

CHAR

static final String CHAR
The name of the char attribute.

See Also:
Constant Field Values

VALIGN

static final String VALIGN
The name of the char attribute.

See Also:
Constant Field Values

CHAROFF

static final String CHAROFF
The name of the charoff attribute.

See Also:
Constant Field Values

ACCESSKEY

static final String ACCESSKEY
The name of the accesskey attribute.

See Also:
Constant Field Values

ACCEPT

static final String ACCEPT
The name of the accept attribute.

See Also:
Constant Field Values

ACTION

static final String ACTION
The name of the action attribute.

See Also:
Constant Field Values

ALT

static final String ALT
The name of the alt attribute.

See Also:
Constant Field Values

BACKGROUND

static final String BACKGROUND
The name of the background attribute.

See Also:
Constant Field Values

BGCOLOR

static final String BGCOLOR
The name of the bgcolor attribute.

See Also:
Constant Field Values

BORDER

static final String BORDER
The name of the border attribute.

See Also:
Constant Field Values

CELLSPACING

static final String CELLSPACING
The name of the cellspacing attribute.

See Also:
Constant Field Values

CELLPADDING

static final String CELLPADDING
The name of the cellpadding attribute.

See Also:
Constant Field Values

CHARSET

static final String CHARSET
The name of the charset attribute.

See Also:
Constant Field Values

CHECKED

static final String CHECKED
The name of the checked attribute.

See Also:
Constant Field Values

COLS

static final String COLS
The name of the cols attribute.

See Also:
Constant Field Values

COORDS

static final String COORDS
The name of the coords attribute.

See Also:
Constant Field Values

DISABLED

static final String DISABLED
The name of the disabled attribute.

See Also:
Constant Field Values

ENCTYPE

static final String ENCTYPE
The name of the enctype attribute.

See Also:
Constant Field Values

FOR

static final String FOR
The name of the for attribute.

See Also:
Constant Field Values

FRAME

static final String FRAME
The name of the frame attribute.

See Also:
Constant Field Values

HEIGHT

static final String HEIGHT
The name of the height attribute.

See Also:
Constant Field Values

HREF

static final String HREF
The name of the href attribute.

See Also:
Constant Field Values

HREFLANG

static final String HREFLANG
The name of the hreflang attribute.

See Also:
Constant Field Values

HSPACE

static final String HSPACE
The name of the hspace attribute.

See Also:
Constant Field Values

ISMAP

static final String ISMAP
The name of the ismap attribute.

See Also:
Constant Field Values

LONGDESC

static final String LONGDESC
The name of the longdesc attribute.

See Also:
Constant Field Values

LINK

static final String LINK
The name of the link attribute.

See Also:
Constant Field Values

ALINK

static final String ALINK
The name of the alink attribute.

See Also:
Constant Field Values

VLINK

static final String VLINK
The name of the vlink attribute.

See Also:
Constant Field Values

METHOD

static final String METHOD
The name of the method attribute.

See Also:
Constant Field Values

MAXLENGTH

static final String MAXLENGTH
The name of the maxlength attribute.

See Also:
Constant Field Values

NAME

static final String NAME
The name of the name attribute.

See Also:
Constant Field Values

ONBLUR

static final String ONBLUR
The name of the onblur attribute.

See Also:
Constant Field Values

ONFOCUS

static final String ONFOCUS
The name of the onfocus attribute.

See Also:
Constant Field Values

READONLY

static final String READONLY
The name of the readonly attribute.

See Also:
Constant Field Values

REL

static final String REL
The name of the rel attribute.

See Also:
Constant Field Values

REV

static final String REV
The name of the rev attribute.

See Also:
Constant Field Values

ROWS

static final String ROWS
The name of the rows attribute.

See Also:
Constant Field Values

RULES

static final String RULES
The name of the rules attribute.

See Also:
Constant Field Values

SHAPE

static final String SHAPE
The name of the shape attribute.

See Also:
Constant Field Values

SIZE

static final String SIZE
The name of the shape attribute.

See Also:
Constant Field Values

SRC

static final String SRC
The name of the src attribute.

See Also:
Constant Field Values

SUMMARY

static final String SUMMARY
The name of the summary attribute.

See Also:
Constant Field Values

TABINDEX

static final String TABINDEX
The name of the tabindex attribute.

See Also:
Constant Field Values

TARGET

static final String TARGET
The name of the target attribute.

See Also:
Constant Field Values

TEXT

static final String TEXT
The name of the text attribute.

See Also:
Constant Field Values

TYPE

static final String TYPE
The name of the type attribute.

See Also:
Constant Field Values

USEMAP

static final String USEMAP
The name of the usemap attribute.

See Also:
Constant Field Values

VALUE

static final String VALUE
The name of the value attribute.

See Also:
Constant Field Values

VSPACE

static final String VSPACE
The name of the vspace attribute.

See Also:
Constant Field Values

WIDTH

static final String WIDTH
The name of the width attribute.

See Also:
Constant Field Values

INPUT_BUTTON

static final String INPUT_BUTTON
The InputType for the button

See Also:
Constant Field Values

INPUT_CHECKBOX

static final String INPUT_CHECKBOX
The InputType for the checkbox

See Also:
Constant Field Values

INPUT_FILE

static final String INPUT_FILE
The InputType for the file

See Also:
Constant Field Values

INPUT_HIDDEN

static final String INPUT_HIDDEN
The InputType for the hidden

See Also:
Constant Field Values

INPUT_IMAGE

static final String INPUT_IMAGE
The InputType for the image

See Also:
Constant Field Values

INPUT_PASSWORD

static final String INPUT_PASSWORD
The InputType for the password

See Also:
Constant Field Values

INPUT_RADIO

static final String INPUT_RADIO
The InputType for the radio

See Also:
Constant Field Values

INPUT_RESET

static final String INPUT_RESET
The InputType for the reset

See Also:
Constant Field Values

INPUT_SUBMIT

static final String INPUT_SUBMIT
The InputType for the submit

See Also:
Constant Field Values

INPUT_TEXT

static final String INPUT_TEXT
The InputType for the text

See Also:
Constant Field Values

FORM_POST

static final String FORM_POST
Form post constant

See Also:
Constant Field Values

FORM_GET

static final String FORM_GET
Form get constant

See Also:
Constant Field Values

ANCHOR

static final String ANCHOR
The name of the a element.

See Also:
Constant Field Values

BASE

static final String BASE
The name of the base element.

See Also:
Constant Field Values

BODY

static final String BODY
The name of the body element.

See Also:
Constant Field Values

BR

static final String BR
The name of the br element.

See Also:
Constant Field Values

CAPTION

static final String CAPTION
The name of the caption element.

See Also:
Constant Field Values

DIV

static final String DIV
The name of the div element.

See Also:
Constant Field Values

FORM

static final String FORM
The name of the form element.

See Also:
Constant Field Values

HTML

static final String HTML
The name of the html element.

See Also:
Constant Field Values

IMAGE

static final String IMAGE
The name of the image element.

See Also:
Constant Field Values

INPUT

static final String INPUT
The name of the input element.

See Also:
Constant Field Values

LABEL

static final String LABEL
The name of the label element.

See Also:
Constant Field Values

OPTION

static final String OPTION
The name of the option element.

See Also:
Constant Field Values

SELECT

static final String SELECT
The name of the select element.

See Also:
Constant Field Values

SPAN

static final String SPAN
The name of the span element.

See Also:
Constant Field Values

TABLE

static final String TABLE
The name of the table element.

See Also:
Constant Field Values

TD

static final String TD
The name of the td element.

See Also:
Constant Field Values

TEXTAREA

static final String TEXTAREA
The name of the textarea element.

See Also:
Constant Field Values

TR

static final String TR
The name of the tr element.

See Also:
Constant Field Values

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.