public class Style extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_backgroundColor |
protected String |
_color |
static String |
FIELD_BACKGROUNDCOLOR |
static String |
FIELD_COLOR |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
String |
getColor() |
Style |
safeSetBackgroundColor(String value) |
Style |
safeSetColor(String value) |
Style |
setBackgroundColor(String value) |
Style |
setColor(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_BACKGROUNDCOLOR
public static final String FIELD_COLOR
protected String _backgroundColor
protected String _color
Copyright 2022 OneSpan All rights reserved.