Package com.orchestranetworks.ui
Class UICSSClasses.TEXT
- java.lang.Object
- com.orchestranetworks.ui.UICSSClasses.TEXT
- Enclosing class:
- UICSSClasses
public static final class UICSSClasses.TEXT extends Object
All the CSS classes used to display standard text styles.Text must be words or a short sentence. Ideally a sentence in a
Do not use with:<span>or<div>.- long text (more than one line)
- complex elements, such as form elements or tables
-
Field Summary
Fields Modifier and Type Field Description static StringERRORText style for an error.static StringFATAL_ERRORText style for a fatal error.static StringINFOText style for an information.static StringVALUE_NDStyle for a text value in the following cases: not defined absentnullempty unknown inheritedstatic StringWARNINGText style for a warning.
-
Constructor Summary
Constructors Constructor Description TEXT()
-
-
Field Detail
FATAL_ERROR
public static final String FATAL_ERROR
Text style for a fatal error.- See Also:
- Constant Field Values
ERROR
public static final String ERROR
Text style for an error.- See Also:
- Constant Field Values
WARNING
public static final String WARNING
Text style for a warning.- See Also:
- Constant Field Values
INFO
public static final String INFO
Text style for an information.- See Also:
- Constant Field Values
VALUE_ND
public static final String VALUE_ND
Style for a text value in the following cases:- not defined
- absent
null- empty
- unknown
- inherited
- See Also:
- Constant Field Values
-