NextApp Echo
App Container 1.0.5

nextapp.echoservlet.html
Class ElementNames.Attributes

java.lang.Object
  extended bynextapp.echoservlet.html.ElementNames.Attributes
Enclosing class:
ElementNames

public static class ElementNames.Attributes
extends java.lang.Object

Constants for commonly used HTML attribute names.


Field Summary
static java.lang.String ALT
           
static java.lang.String BORDER
           
static java.lang.String CELLPADDING
           
static java.lang.String CELLSPACING
           
static java.lang.String CLASS
           
static java.lang.String HEIGHT
           
static java.lang.String HREF
           
static java.lang.String ID
           
static java.lang.String NAME
           
static java.lang.String ONCLICK
           
static java.lang.String ONMOUSEOUT
           
static java.lang.String ONMOUSEOVER
           
static java.lang.String SRC
           
static java.lang.String TITLE
           
static java.lang.String WIDTH
           
 
Constructor Summary
private ElementNames.Attributes()
          Non-instantiable class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALT

public static final java.lang.String ALT
See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
See Also:
Constant Field Values

HREF

public static final java.lang.String HREF
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

ONMOUSEOVER

public static final java.lang.String ONMOUSEOVER
See Also:
Constant Field Values

ONMOUSEOUT

public static final java.lang.String ONMOUSEOUT
See Also:
Constant Field Values

ONCLICK

public static final java.lang.String ONCLICK
See Also:
Constant Field Values

SRC

public static final java.lang.String SRC
See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
See Also:
Constant Field Values

CELLPADDING

public static final java.lang.String CELLPADDING
See Also:
Constant Field Values

CELLSPACING

public static final java.lang.String CELLSPACING
See Also:
Constant Field Values
Constructor Detail

ElementNames.Attributes

private ElementNames.Attributes()
Non-instantiable class.


NextApp Echo
App Container 1.0.5