JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.scriptLoading
Class AdfCallbackLoadableScript
Warning:
- This is an unsupported, internal implementation class.
 
- Use an API class that might provide equivalent functionality instead.
 
- This class will change without notice.
 
- It is not recommended that you use anything in this class.
 
 
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.AdfCallbackLoadableScript
public class AdfCallbackLoadableScript
extends AdfLoadableScript
AdfLoadableScript implementation that loads function-based scripts.
Methods inherited from oracle.adf.view.js.base.AdfObject
 | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
private Object _callback 
private Object _context 
private Object _state 
public AdfCallbackLoadableScript(Object context,
                                 Function callback,
                                 Object state) 
AdfLoadableScript implementation that loads function-based scripts.
 
- Parameters:
 
- 
context | 
 -  | 
Object to pass as "this" to the callback | 
callback | 
 -  | 
the function to call | 
state | 
 -  | 
State parameter passed to the callback | 
 
 
public Object getLoadMethod() 
Returns the loading method used to load this script.
 
- Return:
 
Object 
- Overrides:
 
AdfLoadableScript.getLoadMethod() 
 
protected Object Init(Object context,
                      Object callback,
                      Object state) 
Initializes the AdfCallbackLoadableScript
 
- Parameters:
 
- 
 
- Return:
 
Object 
- Overrides:
 
AdfObject.Init() 
 
public Object load(Object loadCallback) 
Loads this script.
 
- Parameters:
 
- 
 
- Return:
 
Object 
- Overrides:
 
AdfLoadableScript.load(Object) 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.