BBjAppConfig::setDesktopEnabled
Description
In BBj 24.01 and higher, this method sets whether or not this application is enabled for desktop deployment.
Syntax
Return Value | Method |
---|---|
void | setDesktopEnabled(boolean desktopEnabled) |
Parameters
Parameter | Description |
---|---|
desktopEnabled | A boolean indicating whether or not this application is enabled for desktop deployment. |
Return Value
None.
Example
|
Version History
See Also
BBjAppConfig::isDesktopEnabled
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.