OracleJavaScript API Reference for Oracle ADF Faces

 

Deprecated List

Contents

 

Deprecated Classes

oracle.adfinternal.view.js.agent.gecko.AdfGecko17Agent
Deprecated: don't support FF 1
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlCommandButtonPeer
Deprecated: The commandButton component has been deprecated. Use the button component instead. {@link AdfDhtmlButtonPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlCommandImageLinkPeer
Deprecated: The commandImageLink component has been deprecated. Use the link component instead. {@link AdfDhtmlLinkPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlCommandLinkPeer
Deprecated: The commandLink component has been deprecated. Use the link component instead. {@link AdfDhtmlLinkPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlCommandToolbarButtonPeer
Deprecated: The commandToolbarButton component has been deprecated. Use the button component instead. {@link AdfDhtmlButtonPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlGoButtonPeer
Deprecated: The goButton component has been deprecated. Use the button component instead. {@link AdfDhtmlButtonPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlGoImageLinkPeer
Deprecated: The goImageLink component has been deprecated. Use the link component instead. {@link AdfDhtmlLinkPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlGoLinkPeer
Deprecated: The goLink component has been deprecated. Use the link component instead. {@link AdfDhtmlLinkPeer}
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlResetButtonPeer
Deprecated: The resetButton component has been deprecated. Use the button component instead with an af:resetListener of type action to retain the reset ability. {@link AdfDhtmlButtonPeer}

 

Deprecated Fields

oracle.adf.view.js.component.rich.data.AdfRichCarousel.CAROUSEL_SPIN_LISTENER_KEY
Deprecated: this key should not be used
oracle.adf.view.js.laf.rich.AdfRichUIPeer.CreateSubId
Deprecated: Use the public AdfRichUIPeer.createSubId() instead.
oracle.adfinternal.view.js.bootstrap.goog.getHashCode
Deprecated: Use goog.getUid instead.
oracle.adfinternal.view.js.bootstrap.goog.removeHashCode
Deprecated: Use goog.removeUid instead.
oracle.adfinternal.view.js.bootstrap.goog.typedef
Deprecated: Please use the {@code
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.agent.AdfAgent.beginDirtyStateTracking()
Deprecated: This method is no longer necessary. ADF component may use the page's dirty state service to track dirty component state.
oracle.adf.view.js.agent.AdfAgent.endDirtyStateTracking()
Deprecated: This method is no longer necessary. ADF component may use the page's dirty state service to track dirty component state.
oracle.adf.view.js.agent.AdfAgent.isDirty()
Deprecated: This method has been deprecated. There is no public alternative, but ADF components may use the ADF dirty state service from the AdfDhtmlPage
oracle.adf.view.js.agent.AdfAgent.setDirty()
Deprecated: This method has been deprecated. There is no public alternative, but ADF components may use the ADF dirty state service from the AdfDhtmlPage
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.base.AdfStrings.trimTrailing()
Deprecated: Use AdfString.trimTrailing
oracle.adf.view.js.component.AdfUIUtils.trim()
Deprecated: Use AdfString.trim
oracle.adf.view.js.component.AdfUIUtils.trimLeading()
Deprecated: Use AdfString.trimLeading
oracle.adf.view.js.component.AdfUIUtils.trimTrailing()
Deprecated: Use AdfString.trimTrailing
oracle.adf.view.js.component.rich.data.AdfRichTable.scrollColumnIntoView()
Deprecated.
oracle.adf.view.js.component.rich.data.AdfRichTreeTable.scrollColumnIntoView()
Deprecated.
oracle.adf.view.js.event.AdfBaseEvent.IsDeleveryDiscrete()
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
oracle.adfinternal.view.js.bootstrap.goog.cloneObject()
Deprecated: goog.cloneObject is unsafe. Prefer the goog.object methods.
oracle.adfinternal.view.js.bootstrap.goog.globalize()
Deprecated: Properties may be explicitly exported to the global scope, but this should no longer be done in bulk.
oracle.adfinternal.view.js.bootstrap.goog.identityFunction()
Deprecated: Use goog.functions.identity instead.
oracle.adfinternal.view.js.comm.AdfDataTransferService.getInstance()
Deprecated: The AdfDataTransferService is intended for use by the ADF Faces framework only, and should be removed from our public API. Please let the ADF Faces team know if you are currently relying on this API.
oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputComboboxListOfValuesPeer.showDropDown()
Deprecated.
oracle.adfinternal.view.js.util.AdfSubIdUtils.getChildElementByAttributeValue()
Deprecated: This method has been deprecated. Please use AdfDomUtils.getChildElementByAttributeValue
oracle.adfinternal.view.js.util.AdfSubIdUtils.getChildElementByValueMap()
Deprecated: This method has been deprecated. Please use AdfDomUtils.getChildElementByValueMap
oracle.adfinternal.view.js.util.AdfSubIdUtils.getChildElementsByAttributeValue()
Deprecated: This method has been deprecated. Please use AdfDomUtils.getChildElementsByAttributeValue
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 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.