public enum Mark extends Enum<Mark>
Enum Constant and Description |
---|
CHANGED
Mark for a gadget whose value has changed compared to some reference value.
|
CONSTRUCTION_ERROR
Mark for a gadget that failed to be constructed with an error.
|
CONSTRUCTION_INFORMATION
Mark for a gadget that failed to be constructed with an information.
|
CONSTRUCTION_WARNING
Mark for a gadget that failed to be constructed with a warning.
|
DEFAULT_VALUE
Mark for a gadget being set to default.
|
DELETED
Mark for a gadget whose value is deleted compared to some reference value.
|
FOCUS
Mark for a gadget being focussed.
|
INSERTED
Mark for a gadget whose value was inserted compared to some reference value.
|
INVALID_VALUE
Mark for a gadget not having a valid value (avoiding save) wrt. validation rules.
|
INVALID_VALUE_WARNING
Mark for a gadget not having a valid value (avoiding release) wrt. validation rules.
|
MATCH
Mark for a gadget that has matches wrt. a search request.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor()
Provides the color to be used for markup.
|
int |
getBorderThickness()
Provides the thickness to be used for markup.
|
static Mark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mark FOCUS
public static final Mark MATCH
public static final Mark DEFAULT_VALUE
public static final Mark INVALID_VALUE
public static final Mark INVALID_VALUE_WARNING
public static final Mark INSERTED
public static final Mark DELETED
public static final Mark CHANGED
public static final Mark CONSTRUCTION_ERROR
public static final Mark CONSTRUCTION_WARNING
public static final Mark CONSTRUCTION_INFORMATION
public static Mark[] values()
for (Mark c : Mark.values()) System.out.println(c);
public static Mark valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null@NotNull public Color getBorderColor()
public int getBorderThickness()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500