JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlRichDialogService
public class AdfDhtmlRichDialogService extends AdfObject
Field Summary |
|
|---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
private static String |
|
private static void |
|
public void |
|
private static void |
|
private static void |
|
public void |
|
private static Boolean |
|
public static boolean |
|
private static String |
|
private static Number |
|
public static Object |
|
private static Object |
|
public static AdfDhtmlRichDialogService |
|
private static Number |
|
public static Object |
|
public static boolean |
|
private static void |
|
private static void |
|
private static void |
|
private static void |
|
public static boolean |
|
private Object |
|
public void |
|
public void |
|
private static String |
|
private static void |
|
private static Window |
|
private static void |
|
private static void |
|
private static void |
|
private static void |
|
public void |
|
private static void |
|
private static Object |
|
private static void |
|
private static void |
|
private Object |
|
static void |
|
public void |
|
void |
|
public static Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
Field Detail |
|---|
private static Object _INLINEFRAMEID_EXPANDOprivate static Object _OP_CODEprivate static Object _PANELWINDOWID_EXPANDOprivate static Object _RTNID_EXPANDOprivate static Object _WINDOW_DEFAULT_FEATURES_MAPprivate static Object _WINDOW_MODALITY_TYPE_APPLICATION_MODAL
Constructor Detail |
|---|
public AdfDhtmlRichDialogService()
Method Detail |
|---|
private static String _buildFeatureString(Object features)features |
- | map of window features |
String - comma separated value list of featuresprivate static void _cancel(Number rtnId)rtnId |
- | generated numeric id that tracks an open dialog |
void - nullpublic void cancelAll()void - nullprivate static void _cancelPopup(Object state)state |
- | information about the open inline dialog |
void - nullprivate static void _checkForIframeTitleChangeWithPPRNavOn(Number rtnId)rtnId |
- | representing the dialog |
void - nullpublic void checkForWindowCanceled(Number rtnId)rtnId |
- | generated numeric id that tracks an open dialog |
void - nullprivate static Boolean _closeWindow(Object state)state |
- | information about the open dialog |
Boolean - returns the child windows closed statepublic static boolean dialogExists(Object rtnId)rtnId |
boolean - null true if a dialog identified by the rtnId is managed by this dialog service instance.private static String _encodeURL(String srcURL,
Number rtnId)srcURL |
- | url to the internal dialog view |
rtnId |
- | representing the dialog |
String - adds the rtnId to the srcURL as a query parameter.private static Number _generateRtnId()Number - generates a number to represent the dialog.public static Object getAndClearBusyState()Object - null if there are no saved states, or an array containing details of dialogs launched / closedprivate static Object _getDialogStateToken(Number rtnId)rtnId |
- | id of an open dialog |
Object - state information about an open dialogpublic static AdfDhtmlRichDialogService getInstance()AdfDhtmlRichDialogService - Instantiate the singletonprivate static Number _getOpenDialogCount()Number - number of open dependent dialogspublic static Object getWindowNameByReturnId(Object rtnId)rtnId |
Objectpublic static boolean hasModalDialogsOpen()boolean - returns true if there are one or more rich dialogs openprivate static void _hideModalGlass()void - nullprivate static void _hidePopup(Object state)state |
- | information about the open inline dialog |
void - nullprivate static void _iframeBlurHandler(Object event)event |
void - nullprivate static void _iframeLoadHandler(DomEvent event)event |
- | onload event handler |
void - nullpublic static boolean isBusy()boolean - true if the manager is in a critical section or waiting on a browser window dialog to close.private Object _isBusyForAutomation()Objectpublic void launchInline(String popupId)popupId |
- | the client id of the popup dynamically added to the component tree |
void - nullpublic void launchWindow(String srcURL,
String windowName,
Object features,
String dialogSourceClientId)srcURL |
- | internal dialog view URL |
windowName |
- | assigned to the dependent child browser window |
features |
- | map includes in window parameter overrides valid keys are alwayslowered, alwaysraised, channelmode, copyhistory, dependent, directories, fullscreen, hotkeys, location, menubar, resizable, scrollbars, status, titlebar, toolbar, z-loc, windowModalityType |
dialogSourceClientId |
- | launcher command component that will get a ReturnEvent
Default value = null
|
void - nullprivate static String _normalizeLaunchSourceId(Object dialogSourceClientId)dialogSourceClientId |
String - component id of the launcher command componentprivate static void _notifyWindowClosed(Object returnId,
boolean withNextRequest)returnId |
||
withNextRequest |
- | optional param indicates the notification will be sent to the server with the dialog return event versus forcing its own request. |
void - nullprivate static Window _openWindow(String srcURL,
String windowName,
Object features,
Number rtnId)srcURL |
- | target URL to open in new browser window |
windowName |
- | name of the child window |
features |
- | a map with feature overrides such as height and width |
rtnId |
- | identifies the child window |
Window - child windowprivate static void _popupClosedHandler(AdfPopupClosedEvent event)event |
- | popup closed event |
void - nullprivate static void _popupOpenedHandler(AdfPopupOpenedEvent event)event |
- | popup opening event |
void - nullprivate static void _queueReturnEvent(Object state)state |
- | information about the open dialog |
void - nullprivate static void _removeDialogStateToken(Number rtnId)rtnId |
- | id of an dialog |
void - nullpublic void returnFrom(Number rtnId)rtnId |
- | generated numeric id that tracks an open dialog |
void - nullprivate static void _setBusy(boolean isBusy,
String op)isBusy |
- | indicates if the manager is in a critical section |
op |
- | indicates the operation for which busy state is set, passed only when isBusy is true |
void - nullprivate static Object _setDialogStateToken(Number rtnId,
Object state)rtnId |
- | id of an open dialog |
state |
- | information about an open dialog |
Objectprivate static void _setWindowFocus(Number rtnId)rtnId |
- | generated numeric id that tracks an open dialog |
void - nullprivate static void _showModalGlass()void - nullprivate Object _trackBusyState(Object isBusy,
Object op)isBusy |
||
op |
Objectstatic void __unloadDocument(AdfRichPopup popup)popup |
- | holding nested document |
void - nullpublic void unsetWindowDialogCanceled(Number rtnId)rtnId |
- | generated numeric id that tracks a window dialog that was refreshed |
void - nullvoid __visitWindows(Function callback)callback |
- | that is passed the window state map as a single parameter |
void - nullpublic 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.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||