All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry5.CSSClassConstants Maven / Gradle / Ivy

package org.apache.tapestry5;

/**
 * Constants used when rendering a CSS class attribute.
 */
public class CSSClassConstants
{
    /**
     * CSS class name that causes a rendered element to be invisible on the client side.
     */
    public static final String INVISIBLE = "t-invisible";
    /**
     * All purpose CSS class name for anything related to Tapestry errors.
     */
    public static final String ERROR = "t-error";
    /**
     * CSS class name for individual validation errors.
     * 
     * @since 5.2.0
     */
    public static final String ERROR_SINGLE = "t-error-single";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy