|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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, DISABLED_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 Boolean |
|
protected void |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
protected Object GetSubIdDomElement
private static Object _iframeIds
private static Object _LOAD_EVENT_TYPE
private 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 |
Object
protected 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()
Object
private 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 |
Object
private 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 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |