BBjWebManager::getLightTheme
Description
In BBj 22.03 and higher, this method returns the name of the theme to use when a DWC application has specified the system theme option with setTheme("system") and the user has configured their system to use light mode.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
| Return Value | Method |
|---|---|
|
String |
getLightTheme() |
Parameters
None.
Return Value
Returns the name of the theme to use when a DWC application has specified the system theme option with setTheme("system") and the user has configured their system to use light mode. This will usually be "light".
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.