OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich.subids
Class AdfDhtmlDocumentPeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlDocumentPeer

public class AdfDhtmlDocumentPeer
extends Object
document component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [page.alertConfirmPopup --> page alert/confirm message popup] 2. [page.alertConfirmDialog --> page alert/confirm message dialog] 3. [page.dialogService --> page rich dialog service] 4. [page.messageDialog --> page global message dialog]



Field Summary

private static Object
_SUB_ID_MAP
document component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlDocumentPeer()
document component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Method Summary

protected HTMLElement
GetSubIdDomElement(String subElementIdLocator)
Returns the dom element for a given subElementId for document component.


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

document component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [page.alertConfirmPopup --> page alert/confirm message popup] 2. [page.alertConfirmDialog --> page alert/confirm message dialog] 3. [page.dialogService --> page rich dialog service] 4. [page.messageDialog --> page global message dialog]

Constructor Detail


AdfDhtmlDocumentPeer

public AdfDhtmlDocumentPeer()

document component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [page.alertConfirmPopup --> page alert/confirm message popup] 2. [page.alertConfirmDialog --> page alert/confirm message dialog] 3. [page.dialogService --> page rich dialog service] 4. [page.messageDialog --> page global message dialog]

Method Detail


GetSubIdDomElement

protected HTMLElement GetSubIdDomElement(String subElementIdLocator)

Returns the dom element for a given subElementId for document component.

Parameters:
subElementIdLocator  -  the id of the child dom element or component
Return:
HTMLElement - the DOM within the component related to scopedId

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.