|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-02 |
||||||||
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 |
|
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 string |
|
private static void |
|
public void |
|
private static void |
|
public void |
|
private static void |
|
private static string |
|
private static long |
|
private static Object |
|
public static AdfDhtmlRichDialogService |
|
private static int |
|
private static void |
|
private static void |
|
private static void |
|
private static void |
|
public void |
|
public void |
|
private static string |
|
private static Window |
|
private static void |
|
private static void |
|
private static void |
|
private static void |
|
public void |
|
private static Object |
|
private static void |
|
private static void |
|
private static void |
|
void |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
Field Detail |
---|
private static Object _WINDOW_DEFAULT_FEATURES_MAP
private static Object _WINDOW_MODALITY_TYPE_APPLICATION_MODAL
private static Object _WINDOW_STATE_KEY
Constructor Detail |
---|
public AdfDhtmlRichDialogService()
Method Detail |
---|
private static string _beforeUnloadHandler(DomEvent event)
event |
- | before unload event |
string
- before unload messageprivate static string _buildFeatureString(object features)
features |
- | map of window features |
string
- comma separated value list of featuresprivate static void _cancel(long 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
- nullpublic void checkForWindowCanceled(long rtnId)
rtnId |
- | generated numeric id that tracks an open dialog |
void
- nullprivate static void _closeWindow(object state)
state |
- | information about the open dialog |
void
- nullprivate static string _encodeURL(string srcURL,
long 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 long _generateRtnId()
long
- generates a number to represent the dialog.private static Object _getDialogStateToken(long rtnId)
rtnId |
- | id of an open dialog |
Object
- state information about an open dialogpublic static AdfDhtmlRichDialogService getInstance()
AdfDhtmlRichDialogService
- Instantiate the singletonprivate static int _getOpenDialogCount()
int
- number of open dependent dialogsprivate 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
- nullprivate static void _installBeforeUnloadHandler()
void
- nullpublic 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 Window _openWindow(string srcURL,
string windowName,
map features,
long rtnId)
srcURL |
- | target URL to open in new browser window |
windowName |
- | name of the child window |
features |
- | 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(long rtnId)
rtnId |
- | id of an dialog |
void
- nullpublic void returnFrom(long rtnId)
rtnId |
- | generated numeric id that tracks an open dialog |
void
- nullprivate static Object _setDialogStateToken(long rtnId,
Object state)
rtnId |
- | id of an open dialog |
state |
- | information about an open dialog |
Object
private static void _setWindowFocus(long rtnId)
rtnId |
- | generated numeric id that tracks an open dialog |
void
- nullprivate static void _showModalGlass()
void
- nullprivate static void _uninstallBeforeUnloadHandler()
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 11g Release 1 (11.1.1) E12046-02 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |