OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.scriptLoading
Class AdfInlineLoadableScript

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.scriptLoading.AdfLoadableScript
               |
               +--oracle.adfinternal.view.js.laf.dhtml.scriptLoading.AdfInlineLoadableScript

public class AdfInlineLoadableScript
extends AdfLoadableScript
AdfLoadableScript implementation that loads inline scripts.


Field Summary

private Object
_content

Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfInlineLoadableScript(Object domWindow, Object content)
AdfLoadableScript implementation that loads inline scripts.

Method Summary

public Object
getLoadMethod()
Returns the loading method used to load this script.
protected Object
Init(Object domWindow, Object content)
Initializes the AdfInlineLoadableScript
public Object
load(Object loadCallback)
Loads this script.

Methods inherited from oracle.adfinternal.view.js.laf.dhtml.scriptLoading.AdfLoadableScript

ExecScript

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


_content

private Object _content

Constructor Detail


AdfInlineLoadableScript

public AdfInlineLoadableScript(Object domWindow,
                               Object content)

AdfLoadableScript implementation that loads inline scripts.

Parameters:
domWindow  
content  

Method Detail


getLoadMethod

public Object getLoadMethod()

Returns the loading method used to load this script.

Return:
Object
Overrides:
AdfLoadableScript.getLoadMethod()

Init

protected Object Init(Object domWindow,
                      Object content)

Initializes the AdfInlineLoadableScript

Parameters:
domWindow  
content  
Return:
Object
Overrides:
AdfObject.Init()

load

public Object load(Object loadCallback)

Loads this script.

Parameters:
loadCallback  
Return:
Object
Overrides:
AdfLoadableScript.load(Object)

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.