TemplateColorSchemeTemplateColorSchemeStringStringTemplateConfigurationTemplateConfigurationTemplateConfigurationTemplateConfigurationInitializes an instance of TemplateConfiguration.
TemplateColorSchemeGet the DayColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateColorScheme - the KEY_DAY_COLOR_SCHEME value
TemplateColorSchemeGet the NightColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateColorScheme - the KEY_NIGHT_COLOR_SCHEME value
StringGet the Template
Kind: Instance method of TemplateConfiguration
Returns: String - the KEY_TEMPLATE value
StringGet the TemplateParam
Kind: Instance method of TemplateConfiguration
Returns: String - the KEY_TEMPLATE value
TemplateConfigurationSet the DayColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired DayColorScheme. |
TemplateConfigurationSet the NightColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired NightColorScheme. |
TemplateConfigurationSet the Template
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| template | String |
Predefined or dynamically created window template. Currently only predefined window template layouts are defined. - The desired Template. {'string_min_length': 1, 'string_max_length': 500} |
TemplateConfigurationSet the TemplateParam
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| template | String |
Predefined or dynamically created window template. Currently only predefined window template layouts are defined. - The desired TemplateParam. {'string_min_length': 1, 'string_max_length': 500} |