org.apache.tapestry5
Class CSSClassConstants
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CSSClassConstants
public CSSClassConstants()
Copyright © 2003-2012 The Apache Software Foundation.