
BBjTopLevelWindow::toggleWindowDock
Description
In BBj 24.21 and higher, this method toggles the BBjTopLevelWindow docking state.
Syntax
Return Value | Method |
---|---|
void | toggleWindowDock() |
void | toggleWindowDock(boolean undocked) |
Parameters
Variable | Description |
---|---|
undocked | This boolean specifies whether the BBjTopLevelWindow should be undocked. |
Return Value
None.
Remarks
This method is only meaningful in the WEBGUI client.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.