BBjHtmlView::setUrl
Description
In BBj 7.00 and higher, this method sets the URL associated with this BBjHtmlView.
Syntax
Return Value |
Method |
---|---|
void |
setUrl(string url) |
void |
setUrl(string url, String loader) |
Parameters
Variable |
Description |
---|---|
url |
The URL the BBjHtmlView control will load. |
loader |
In BBj 25.00 and higher, this optional app-loader.html can be used to embed local BUI or DWC apps in a Java Swing GUI Chromium BBjHtmlView container and have the embedded apps inherit the BBj license from the container. |
Return Value
None.
Remarks
Sets the URL of the BBjHtmlView control.
Version History
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.