| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_DAY_COLOR_SCHEME |
static String |
KEY_NIGHT_COLOR_SCHEME |
static String |
KEY_TEMPLATE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
TemplateConfiguration()
Constructs a new TemplateConfiguration object
|
TemplateConfiguration(Hashtable<String,Object> hash)
Constructs a new TemplateConfiguration object indicated by the Hashtable
parameter
|
TemplateConfiguration(String template)
Constructs a new TemplateConfiguration object
|
| Modifier and Type | Method and Description |
|---|---|
TemplateColorScheme |
getDayColorScheme()
Gets the dayColorScheme.
|
TemplateColorScheme |
getNightColorScheme()
Gets the nightColorScheme.
|
String |
getTemplate()
Gets the template.
|
TemplateConfiguration |
setDayColorScheme(TemplateColorScheme dayColorScheme)
Sets the dayColorScheme.
|
TemplateConfiguration |
setNightColorScheme(TemplateColorScheme nightColorScheme)
Sets the nightColorScheme.
|
TemplateConfiguration |
setTemplate(String template)
Sets the template.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_TEMPLATE
public static final String KEY_DAY_COLOR_SCHEME
public static final String KEY_NIGHT_COLOR_SCHEME
public TemplateConfiguration(@NonNull
String template)
template - Predefined or dynamically created window template.
Currently only predefined window template layouts are defined.public TemplateConfiguration(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic TemplateConfiguration()
public String getTemplate()
public TemplateConfiguration setTemplate(@NonNull String template)
template - Predefined or dynamically created window template. Currently only predefined window template layouts are defined.public TemplateColorScheme getDayColorScheme()
public TemplateConfiguration setDayColorScheme(TemplateColorScheme dayColorScheme)
dayColorScheme - TemplateColorScheme for the daypublic TemplateColorScheme getNightColorScheme()
public TemplateConfiguration setNightColorScheme(TemplateColorScheme nightColorScheme)
nightColorScheme - TemplateColorScheme for the night