org.apache.tapestry5
Class CSSClassConstants

java.lang.Object
  extended by org.apache.tapestry5.CSSClassConstants

public class CSSClassConstants
extends Object

Constants used when rendering a CSS class attribute.


Field Summary
static String ERROR
          All purpose CSS class name for anything related to Tapestry errors.
static String ERROR_SINGLE
          CSS class name for individual validation errors.
static String INVISIBLE
          CSS class name that causes a rendered element to be invisible on the client side.
 
Constructor Summary
CSSClassConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVISIBLE

public static final String INVISIBLE
CSS class name that causes a rendered element to be invisible on the client side.

See Also:
Constant Field Values

ERROR

public static final String ERROR
All purpose CSS class name for anything related to Tapestry errors.

See Also:
Constant Field Values

ERROR_SINGLE

public static final String ERROR_SINGLE
CSS class name for individual validation errors.

Since:
5.2.0
See Also:
Constant Field Values
Constructor Detail

CSSClassConstants

public CSSClassConstants()


Copyright © 2003-2012 The Apache Software Foundation.