org.pentaho.reporting.engine.classic.core.parameters
Class ParameterAttributeNames.Html

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

public static class ParameterAttributeNames.Html
extends Object


Field Summary
static String EXTRA_RAW_CONTENT
           
static String NAMESPACE
           
static String ONCLICK
           
static String ONDBLCLICK
           
static String ONKEYDOWN
           
static String ONKEYPRESSED
           
static String ONKEYUP
           
static String ONMOUSEDOWN
           
static String ONMOUSEMOVE
           
static String ONMOUSEOVER
           
static String ONMOUSEUP
           
static String STYLE_CLASS
           
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

EXTRA_RAW_CONTENT

public static final String EXTRA_RAW_CONTENT
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

TITLE

public static final String TITLE
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