org.pentaho.reporting.engine.classic.core
Class AttributeNames.Html

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.AttributeNames.Html
Enclosing class:
AttributeNames

public static class AttributeNames.Html
extends Object


Field Summary
static String ALT
           
static String EXTRA_RAW_CONTENT
           
static String EXTRA_RAW_FOOTER_CONTENT
           
static String EXTRA_RAW_HEADER_CONTENT
           
static String IMAGE_MAP_OVERRIDE
           
static String NAME
           
static String NAMESPACE
           
static String ONCLICK
           
static String ONDBLCLICK
           
static String ONKEYDOWN
           
static String ONKEYPRESSED
           
static String ONKEYUP
           
static String ONMOUSEDOWN
           
static String ONMOUSEENTER
           
static String ONMOUSEMOVE
           
static String ONMOUSEOUT
           
static String ONMOUSEOVER
           
static String ONMOUSEUP
           
static String STYLE_CLASS
           
static String SURPRESS_CONTENT
           
static String TITLE
           
static String XML_ID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ONKEYUP

public static final String ONKEYUP
See Also:
Constant Field Values

ONKEYDOWN

public static final String ONKEYDOWN
See Also:
Constant Field Values

ONKEYPRESSED

public static final String ONKEYPRESSED
See Also:
Constant Field Values

ONCLICK

public static final String ONCLICK
See Also:
Constant Field Values

ONDBLCLICK

public static final String ONDBLCLICK
See Also:
Constant Field Values

ONMOUSEDOWN

public static final String ONMOUSEDOWN
See Also:
Constant Field Values

ONMOUSEUP

public static final String ONMOUSEUP
See Also:
Constant Field Values

ONMOUSEMOVE

public static final String ONMOUSEMOVE
See Also:
Constant Field Values

ONMOUSEOVER

public static final String ONMOUSEOVER
See Also:
Constant Field Values

ONMOUSEOUT

public static final String ONMOUSEOUT
See Also:
Constant Field Values

ONMOUSEENTER

public static final String ONMOUSEENTER
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

XML_ID

public static final String XML_ID
See Also:
Constant Field Values

STYLE_CLASS

public static final String STYLE_CLASS
See Also:
Constant Field Values

EXTRA_RAW_CONTENT

public static final String EXTRA_RAW_CONTENT
See Also:
Constant Field Values

EXTRA_RAW_FOOTER_CONTENT

public static final String EXTRA_RAW_FOOTER_CONTENT
See Also:
Constant Field Values

EXTRA_RAW_HEADER_CONTENT

public static final String EXTRA_RAW_HEADER_CONTENT
See Also:
Constant Field Values

SURPRESS_CONTENT

public static final String SURPRESS_CONTENT
See Also:
Constant Field Values

IMAGE_MAP_OVERRIDE

public static final String IMAGE_MAP_OVERRIDE
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

ALT

public static final String ALT
See Also:
Constant Field Values