JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.3) E41654-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 |
|
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 |
|
private static Object |
|
public static AdfDhtmlRichDialogService |
|
private static Number |
|
public static boolean |
|
private static void |
|
private static void |
|
private static void |
|
public static boolean |
|
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 |
|
static void |
|
void |
|
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 _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.private 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 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 _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.public 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 inculudes in window parameter overrides |
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)returnId |
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)isBusy |
- | indicates if the manager is in a critical section |
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 - nullstatic void __unloadDocument(AdfRichPopup popup)popup |
- | holding nested document |
void - nullvoid __visitWindows(Function callback)callback |
- | that is passed the window state map as a single parameter |
void - null
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.3) E41654-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||