JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfUIPeer
               |
               +--oracle.adf.view.js.laf.rich.AdfRichUIPeer
                     |
                     +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInlineFramePeer
public class AdfDhtmlInlineFramePeer extends AdfRichUIPeer
Field Summary | 
|
|---|---|
protected Object | 
  | 
private static Object | 
|
private static Object | 
|
private static Object | 
  | 
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer | 
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, CreateSubId, DISABLED_STYLECLASS, DRAG_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS | 
Fields inherited from oracle.adf.view.js.base.AdfObject | 
constructor, superclass | 
Fields inherited from org.ecmascript.object.Object | 
prototype | 
Constructor Summary | 
|
|---|---|
public | 
|
Method Summary | 
|
|---|---|
protected void | 
  | 
protected void | 
  | 
protected void | 
  | 
HTMLIFrameElement | 
  | 
static Object | 
  | 
protected void | 
  | 
protected static Object | 
  | 
private static boolean | 
  | 
private static void | 
  | 
private static void | 
  | 
private static Object | 
  | 
private static frame | 
  | 
private static Boolean | 
  | 
protected void | 
  | 
Methods inherited from oracle.adf.view.js.base.AdfUIPeer | 
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible, needsResizeNotify | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
Field Detail | 
|---|
protected Object GetSubIdDomElementprivate static Object _iframeIdsprivate static Object _LOAD_EVENT_TYPEprivate static Object _SUB_ID_MAP
Constructor Detail | 
|---|
public AdfDhtmlInlineFramePeer()
Method Detail | 
|---|
protected void BindToComponent(AdfUIComponent component,
                               HTMLElement domElement)component | 
- | target component to bind | 
domElement | 
- | dom element component is bound | 
void - nullAdfRichUIPeer.BindToComponent(Object, Object)protected void ComponentRemoved(AdfUIComponent component)component | 
- | Component being disassociated from the peer | 
void - nullAdfUIPeer.componentRemoved(AdfUIComponent)protected void ComponentSourceChanged(AdfRichInlineFrame component,
                                      Object domElement,
                                      String newValue,
                                      Object oldValue)component | 
- | inline frame | 
domElement | 
||
newValue | 
- | new source property value | 
oldValue | 
void - nullHTMLIFrameElement __getIframe(HTMLElement domElement)domElement | 
- | optional element if called before the component has fully initialized
 Default value = null 
 | 
HTMLIFrameElement - returns the iframe that contains the source document. The location of the iframe under the inlineFrame component varies depending on the agent. This method will return the iframe regardless of the agent.static Object __iframeLoadHandler(Object evt)evt | 
Objectprotected void InitDomElement(AdfUIComponent component,
                              HTMLElement rootElement)component | 
- | Component that this peer will be associated with | 
rootElement | 
- | Root DOM element of this peer | 
void - nullAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()Objectprivate static boolean _isIframeSizingAllowed(HTMLElement iframeDom)iframeDom | 
- | the iframe dom source | 
boolean - true if access is allowedprivate static void _minSizeResizeListener()void - nullprivate static void _registerIFrameForSizing(HTMLElement iframeDom)iframeDom | 
void - nullprivate static Object _removeLoadingStatus(Object iframeDom,
                                           Object clientId)iframeDom | 
||
clientId | 
Objectprivate static frame _replaceIframe(Object iframeElement)iframeElement | 
frame - new iframe created with the target sourceprivate static Boolean _resizeIframeToPreferred(HTMLElement iframeDom)iframeDom | 
Boolean - true if any resizing occurred.protected void ScrollIntoView(Object component,
                              Object focus,
                              String subTargetId)component | 
||
focus | 
||
subTargetId | 
- | optional component dependent DOM sub-id that needs to be scrolled/focused into view
 Default value = null 
 | 
void - nullAdfRichUIPeer.scrollIntoView(Object, Object, String)
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||