Package org.apache.tapestry5
Class CSSClassConstants
java.lang.Object
org.apache.tapestry5.CSSClassConstants
Deprecated.
Deprecated in 5.4 with no replacement.
Constants used when rendering a CSS class attribute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Deprecated in 5.4 with no replacement; decoration of fields with validation errors has moved to the client.static final String
Deprecated.Deprecated in 5.4 with no replacement; decoration of fields with validation errors has moved to the client.static final String
Deprecated.Removed in Tapestry 5.4 with no replacement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVISIBLE
Deprecated.Removed in Tapestry 5.4 with no replacement.CSS class name that causes a rendered element to be invisible on the client side.- See Also:
-
ERROR
Deprecated.Deprecated in 5.4 with no replacement; decoration of fields with validation errors has moved to the client.All purpose CSS class name for anything related to Tapestry errors.- See Also:
-
ERROR_SINGLE
Deprecated.Deprecated in 5.4 with no replacement; decoration of fields with validation errors has moved to the client.CSS class name for individual validation errors.- Since:
- 5.2.0
- See Also:
-
-
Constructor Details
-
CSSClassConstants
public CSSClassConstants()Deprecated.
-