public static final class UICSSClasses.TEXT extends Object
Text must be words or a short sentence. Ideally a sentence in
a <span>
or <div>
.
Modifier and Type | Field and Description |
---|---|
static String |
ERROR
Text style for an error.
|
static String |
FATAL_ERROR
Text style for a fatal error.
|
static String |
INFO
Text style for an information.
|
static String |
VALUE_ND
Style for a text value in the following cases:
not defined
absent
null
empty
unknown
inherited
|
static String |
WARNING
Text style for a warning.
|
Constructor and Description |
---|
TEXT() |
public static final String FATAL_ERROR
public static final String ERROR
public static final String WARNING
public static final String INFO
public static final String VALUE_ND
null