|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adfinternal.view.js.automation.AdfDhtmlRichDialogService
public class AdfDhtmlRichDialogService extends Object
Field Summary |
|
---|---|
private static Object |
|
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
public static Object |
|
public static Object |
|
private Object |
|
private Object |
|
public static Object |
|
Field Detail |
---|
private static Object _OP_CODE
Constructor Detail |
---|
public AdfDhtmlRichDialogService()
Method Detail |
---|
public static Object getAndClearBusyState()
Object
- null if there are no saved states, or
an array containing details of dialogs launched / closedpublic static Object getWindowNameByReturnId(Object rtnId)
rtnId |
Object
private Object _isBusyForAutomation()
Object
private Object _trackBusyState(Object isBusy,
Object op)
isBusy | ||
op |
Object
public static Object whyIsNotDialogSynchronizedWithServer(Object rtnId)
rtnId | - | {String} - return id of dialog which we want to sync |
Object
- null if dialog's ADF page is synced
else an object of the form:
{
"reason": reason,
"message": humanReadableMessageForReason,
"details": [arrayContainingOptionalDetails],
"nested": if any reason is returned by the dialog's ADF page
}
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |