BBjExecuteScriptEvent::getResult
Description
In BBj 19.10 and higher, this method returns the result of BBjHtmlView::executeAsyncScript or (in BBj 22.14 and higher) BBjBuiManager::executeAsyncScript.
Syntax
Return Value |
Method |
---|---|
Object |
getResult() |
Parameters
None.
Return Value
Returns the result of BBjHtmlView::executeAsyncScript or (in BBj 22.14 and higher) BBjBuiManager::executeAsyncScript.
Remarks
When returning values from JavaScript to Java, the following conversions are applied:
JavaScript numbers are converted to java.lang.Integer, java.lang.Long, or java.lang.Double.
JavaScript strings are converted to java.lang.String.
JavaScript booleans are converted to java.lang.Boolean.
JavaScript null and undefined are converted to null.
All other types are converted to a string representation.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.