BBjWebManager::setTheme
Description
In BBj 22.03 and higher, this method sets a DWC theme, or sets the theme to "system" to use the system default theme.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
| Return Value | Method |
|---|---|
|
void |
setTheme(String theme) |
Parameters
| Variable | Description |
|---|---|
|
theme |
Specifies a DWC theme name ("light", "dark", "dark-pure"), or "system" to use the system default theme. |
Return Value
None.
Remarks
Themes are only meaningful in the DWC client.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.