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

de.larmic.butterfaces.component.partrenderer.Constants Maven / Gradle / Ivy

package de.larmic.butterfaces.component.partrenderer;

/**
 * Created by larmic on 29.08.14.
 */
public class Constants {

    public static final String INPUT_COMPONENT_MARKER = "butter-input-component";
    public static final String INVALID_STYLE_CLASS = "butter-component-invalid";
    public static final String LABEL_STYLE_CLASS = "butter-component-label";
    public static final String TOOLTIP_LABEL_CLASS = "butter-component-label-tooltip";
    public static final String REQUIRED_SPAN_CLASS = "butter-component-required";
    public static final String TEXT_AREA_MAXLENGTH_COUNTER_CLASS = "butter-component-maxlength-counter";

    public static final String COMPONENT_STYLE_CLASS = "butter-component";

    public static final String BOOTSTRAP_FORM_CONTROL = "form-control";
    public static final String BOOTSTRAP_CONTROL_LABEL = "control-label";
    public static final String BOOTSTRAP_COL_SM_10 = "col-sm-10";
    public static final String BOOTSTRAP_COL_SM_12 = "col-sm-12";
    public static final String BOOTSTRAP_COL_SM_OFFSET_2 = "col-sm-offset-2";
    public static final String BOOTSTRAP_ERROR = "has-error";
    public static final String BOOTSTRAP_CONTAINER = "form-group";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy