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