OracleJavaScript API Reference for Oracle ADF Faces

 

Deprecated List

Contents

 

Deprecated Classes

None

 

Deprecated Fields

oracle.adf.view.js.laf.rich.AdfRichUIPeer.CreateSubId
Deprecated: Use the public AdfRichUIPeer.createSubId() instead.
org.ecmascript.object.Arguments.callee
Deprecated: use a named function like functionFoo() instead of arguments.callee()
org.ecmascript.object.Arguments.caller
Deprecated: use the caller of a named function like functionFoo.caller instead of arguments.callee.caller

 

Deprecated Methods

oracle.adf.view.js.base.AdfPage.getBaseResourceUrl()
Deprecated: this relies on client-side url manipulation which will not work in a portal environment. This should not be used. Instead, url's should be created and encoded on the server.
oracle.adf.view.js.component.rich.data.AdfRichTable.scrollColumnIntoView()
Deprecated.
oracle.adf.view.js.component.rich.data.AdfRichTreeTable.scrollColumnIntoView()
Deprecated.
oracle.adf.view.js.laf.rich.AdfRichUIPeer.ComponentInlineStyleChanged()
Deprecated.
oracle.adf.view.js.laf.rich.AdfRichUIPeer.getDomContentElement()
Deprecated: use the instance method instead
oracle.adf.view.js.laf.rich.AdfRichUIPeer.hideAllPopups()
Deprecated: use #cancelAllPopups when hiding popups for unexpected reasons
oracle.adf.view.js.profiling.AdfProfiler.register()
Deprecated: Please use registerMethod instead
oracle.adf.view.js.profiling.AdfProfiler.unregister()
Deprecated: use unregisterMethod
org.ecmascript.object.Date.getYear()
Deprecated: use {@link #getFullYear} instead
org.ecmascript.object.Date.setYear()
Deprecated: use {@link #setFullYear} instead
org.ecmascript.object.Date.toGMTString()
Deprecated: use {@link #toUTCString} instead
org.ecmascript.object.Date.toUTCString()
Deprecated: use {@link #toUTCString} instead
org.ecmascript.object.Global.escape()
Deprecated: Use {@link #encodeURIComponent} instead
org.ecmascript.object.Global.unescape()
Deprecated: Use {@link #decodeURIComponent} instead

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.