java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_TEMPLATE
public static final java.lang.String KEY_DAY_COLOR_SCHEME
public static final java.lang.String KEY_NIGHT_COLOR_SCHEME
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new TemplateConfiguration object
public TemplateConfiguration(String template)
Constructs a new TemplateConfiguration object indicated by the Hashtable parameter
public TemplateConfiguration(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new TemplateConfiguration object
public TemplateConfiguration()
Gets the template.
public java.lang.String getTemplate()
Sets the template. It can be Predefined or dynamically created window template. Currently only predefined window template layouts are defined.
public com.smartdevicelink.proxy.rpc.TemplateConfiguration setTemplate(String template)
Gets the dayColorScheme.
public com.smartdevicelink.proxy.rpc.TemplateColorScheme getDayColorScheme()
Sets the dayColorScheme.
public com.smartdevicelink.proxy.rpc.TemplateConfiguration setDayColorScheme(TemplateColorScheme dayColorScheme)
Gets the nightColorScheme.
public com.smartdevicelink.proxy.rpc.TemplateColorScheme getNightColorScheme()
Sets the nightColorScheme.
public com.smartdevicelink.proxy.rpc.TemplateConfiguration setNightColorScheme(TemplateColorScheme nightColorScheme)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |