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