| DWC | The DWC class is a component of Dynamo Tools for use with the BBj Dynamic Web Client.
An instance of this class is created when:
- Launching a DWC application from the Dynamo Menu
- Launching a DWC application from the Dynaweb Menu
- Launching a File Maintenance View of type DWC
This class provides many of the common tasks required for any DWC application, including:
- authenticating the user and providing access to the DTSession object
- adding the main window
- adding child window for controls
- adding a css grid window
- adding a window for buttons
- closing the application and updating the active tasks
- displaying a user dialog
- adding a Next button
- methods to retrieve data such as company code, session, title, top window, url, sysgui, available context, etc.
- display a toast message
- provide custom html to use as a control
- show/hide a busy indicator
- set the browser icon
- method to disable BBjGrid cell selection
use ::DWC.bbj::DWC
|
| DWC | The DWC class is a component of Dynamo Tools for use with the BBj Dynamic Web Client.
An instance of this class is created when:
- Launching a DWC application from the Dynamo Menu
- Launching a DWC application from the Dynaweb Menu
- Launching a File Maintenance View of type DWC
This class provides many of the common tasks required for any DWC application, including:
- authenticating the user and providing access to the DTSession object
- adding the main window
- adding child window for controls
- adding a css grid window
- adding a window for buttons
- closing the application and updating the active tasks
- displaying a user dialog
- adding a Next button
- methods to retrieve data such as company code, session, title, top window, url, sysgui, available context, etc.
- display a toast message
- provide custom html to use as a control
- show/hide a busy indicator
- set the browser icon
- method to disable BBjGrid cell selection
use ::DWC.bbj::DWC
|
| DWCPrinterSelection | Creates windows and callbacks to manage printer selection for DWC apps
use ::DWCPrinterSelection.bbj::DWCPrinterSelection
|
| DwcBBjControls | |
| DwcButton | |
| DwcCheckBoxes | |
| DwcControl | |
| DwcListButton | |
| DwcRadioButtons | |
| DwcStaticText | |
| DwcSwitches | |