Deprecated Methods
oracle.adf.view.rich.component.rich.data.RichTable.getBodyContextMenuId()
This attribute is deprecated, "bodyContextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTreeTable.getBodyContextMenuId()
This attribute is deprecated, "bodyContextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTable.getContextMenuId()
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTree.getContextMenuId()
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTreeTable.getContextMenuId()
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.context.AdfFacesContext.getHelpSystem()
on 24-jan-2007, for 11.1.1.0.JI2. Use the new HelpProvider
framework.
oracle.adf.view.rich.context.AdfFacesContext.getHelpTopic()
on 24-jan-2007, for 11.1.1.0.JI2. Use the new HelpProvider
framework.
oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues.getItems()
This attribute is deprecated, and it is ignored
oracle.adf.view.rich.component.rich.input.RichSelectItem.getLongDesc()
longDesc is deprecated, and it is ignored.
oracle.adf.view.rich.context.AdfFacesContext.getOracleHelpServletUrl()
on 24-jan-2007, for 11.1.1.0.JI2. Use the new HelpProvider
framework.
oracle.adf.view.rich.context.AdfFacesContext.getProcessScope()
since 11.0; use getPageFlowScope()
oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues.getRecentItems()
This attribute is deprecated, and it is ignored
oracle.adf.view.rich.monitoring.ExecutionContextProvider.getRequestParameterName()
use ExecutionContext getRequestParameterName() method.
oracle.adf.view.rich.component.UIXInputPopup.getReturnPopupDataListener()
The ReturnPopupDataEvent is not queued on the component anymore, The attribute will be removed in future
oracle.adf.view.rich.resource.PageResource.getURI()
use PageResource.getValue()
instead
oracle.adf.view.rich.component.rich.RichDialog.isCancelVisible()
cancelVisible is deprecated. Use the type attribute.
oracle.adf.view.rich.component.rich.RichDialog.isOkVisible()
okVisible is deprecated. Use the type attribute.
oracle.adf.view.rich.component.rich.RichQuery.isSimple()
This attribute is deprecated, displayMode=simple should be used instead.
oracle.adf.view.rich.component.rich.RichDialog.isVisible()
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichNoteWindow.isVisible()
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichPanelWindow.isVisible()
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichPopup.isVisible()
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.render.RichRenderer.needsExplicitId(FacesContext, UIComponent, FacesBean)
this version of the method doesn't specify a RenderingContext
oracle.adf.view.rich.render.RichRenderer.needsExplicitId(UIComponent, FacesBean)
this version of the method doesn't specify a FacesContext
oracle.adf.view.rich.model.RegionModel.processBeginRegion(FacesContext)
oracle.adf.view.rich.model.RegionModel.processEndRegion(FacesContext)
oracle.adf.view.rich.render.RichRenderer.renderClickableIcon(FacesContext, RenderingContext, UIComponent, boolean, String[], String, String, String)
Use RichRenderUtils renderClickableIcon
oracle.adf.view.rich.render.RichRenderer.renderRootStyleAttributes(FacesContext, RenderingContext, ClientComponent, FacesBean)
this version of the method doesn't specify a UIComponent
oracle.adf.view.rich.render.RichRenderer.renderRootStyleAttributes(FacesContext, RenderingContext, ClientComponent, FacesBean, String)
this version of the method doesn't specify a UIComponent
oracle.adf.view.rich.component.rich.data.RichTable.setBodyContextMenuId(String)
This attribute is deprecated, "bodyContextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTreeTable.setBodyContextMenuId(String)
This attribute is deprecated, "bodyContextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.RichDialog.setCancelVisible(boolean)
cancelVisible is deprecated. Use the type attribute.
oracle.adf.view.rich.component.rich.data.RichTable.setContextMenuId(String)
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTree.setContextMenuId(String)
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.component.rich.data.RichTreeTable.setContextMenuId(String)
This attribute is deprecated, "contextMenu" facet should be used instead.
oracle.adf.view.rich.component.UIXDialog.setDialogListener(MethodBinding)
oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues.setItems(List)
This attribute is deprecated, and it is ignored
oracle.adf.view.rich.component.UIXInputPopup.setLaunchPopupListener(MethodBinding)
oracle.adf.view.rich.component.rich.input.RichSelectItem.setLongDesc(String)
longDesc is deprecated, and it is ignored.
oracle.adf.view.rich.component.rich.RichDialog.setOkVisible(boolean)
okVisible is deprecated. Use the type attribute.
oracle.adf.view.rich.component.UIXQuery.setQueryListener(MethodBinding)
oracle.adf.view.rich.component.UIXQuery.setQueryOperationListener(MethodBinding)
oracle.adf.view.rich.component.rich.input.RichInputComboboxListOfValues.setRecentItems(List)
This attribute is deprecated, and it is ignored
oracle.adf.view.rich.component.UIXInputPopup.setReturnPopupDataListener(MethodBinding)
oracle.adf.view.rich.component.UIXInputPopup.setReturnPopupDataListener(MethodExpression)
The ReturnPopupDataEvent is not queued on the component anymore, The attribute will be removed in future
oracle.adf.view.rich.component.UIXInputPopup.setReturnPopupListener(MethodBinding)
oracle.adf.view.rich.component.rich.RichQuery.setSimple(boolean)
This attribute is deprecated, displayMode=simple should be used instead.
oracle.adf.view.rich.component.rich.RichDialog.setVisible(boolean)
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichNoteWindow.setVisible(boolean)
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichPanelWindow.setVisible(boolean)
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.
oracle.adf.view.rich.component.rich.RichPopup.setVisible(boolean)
visible has been deprecated. Use the af:showPopupBehavior tag or the show/hide methods on the popup client component.