|
UIX 2.2.15 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
oracle.cabo.share.data.ArrayDataSet since 2.0; use oracle.cabo.ui.data.ArrayDataSet |
|
oracle.cabo.data.jbo.ui.data.AttrDefDataProvider use AttrDataProvider instead |
|
oracle.cabo.servlet.BajaServlet since 2.1.7 in favor of UIXServlet.
|
|
oracle.cabo.ui.data.BundleBoundValue since 2.0, use the version in the bind subpackage |
|
oracle.cabo.share.data.BundleDataObject since 2.0; use oracle.cabo.ui.data.BundleDataObject |
|
oracle.cabo.ui.data.CompareAttrBoundValue since 2.0, use the version in the bind subpackage |
|
oracle.cabo.ui.beans.layout.ContentFooterBean Since 2.2.0. Use pageLayout's pageButtons and returnNavigation children instead. |
|
oracle.cabo.ui.data.DataObject10Adapter Use the standard DataObject classes |
|
oracle.cabo.ui.data.DataObjectList10Adapter Use the standard DataObjectList classes |
|
oracle.cabo.ui.data.DefaultingBoundValue since 2.0, use the version in the bind subpackage |
|
oracle.cabo.share.data.DictionaryData since 2.0; use oracle.cabo.ui.data.DictionaryData |
|
oracle.cabo.data.jbo.servlet.event.FindAttrDefEventHandler use FindAttributeEventHandler instead |
|
oracle.cabo.share.data.FlattenedDataSet since 2.0; use oracle.cabo.ui.data.FlattenedDataSet |
|
oracle.cabo.servlet.ui.data.HttpSessionDataObject This is equivalent to the oracle.cabo.ui version. |
|
oracle.cabo.ui.beans.message.InlineMessageBean Since 2.2.0. Use the messageLayout component instead. |
|
oracle.cabo.data.jbo.xml.JboPageBroker |
|
oracle.cabo.ui.beans.message.MessageRadioGroupBean Since 2.2.2. Use messageRadioSet instead. |
|
oracle.cabo.data.jbo.ui.beans.message.MessageRadioGroupBean Since 2.2.0. Use the messageRadioSet component instead. |
|
oracle.cabo.ui.beans.nav.QuickLinksBean Since 2.2.0 |
|
oracle.cabo.ui.beans.form.RadioGroupBean Since 2.2.2. Use radioSet instead. |
|
oracle.cabo.data.jbo.ui.beans.form.RadioGroupBean Since 2.2.0. Use the radioSet component instead. |
|
oracle.cabo.servlet.ui.data.ServletContextDataObject This is equivalent to the oracle.cabo.ui version. |
|
oracle.cabo.servlet.ui.data.ServletRequestDataObject This is equivalent to the oracle.cabo.ui version. |
|
oracle.cabo.share.data.ServletRequestDataSet since 2.0; use oracle.cabo.ui.data.ServletRequestDataSet |
|
oracle.cabo.ui.beans.nav.SideNavBean Since 2.1.3. Use sideBar instead. |
|
oracle.cabo.ui.beans.table.TableFormat since 2.0; use TableStyle |
|
oracle.cabo.image.servlet.TecateServlet Use oracle.cabo.image.servlet.ImageServlet |
Deprecated Interfaces | |
oracle.cabo.share.data.DataObject since 2.0; use oracle.cabo.ui.data.DataObject |
|
oracle.cabo.share.data.DataObjectList since 2.0; use oracle.cabo.ui.data.DataObjectList |
|
oracle.cabo.share.data.DataSet since 2.0; use oracle.cabo.ui.data.DataSet |
|
oracle.cabo.share.data.KeyedDataObject since 2.0; use oracle.cabo.ui.data.KeyedDataObject |
Deprecated Methods | |
oracle.cabo.ui.beans.layout.RowLayoutBean.addCellFormat(CellFormatBean) Since 2.0. Just use addIndexedChild() |
|
oracle.cabo.ui.NodeUtils.addIndexedChild(MutableUINode, UINode) Since 2.0. Clients should just call addIndexedChild(UINode) |
|
oracle.cabo.share.xml.NamespaceURI.create(ParseContext, String, String) since 2.2.0. use NamespaceURI.create(ExpressionContext,String,String) |
|
oracle.cabo.servlet.ui.BaseUIPageBroker.createDefaultConfiguration() Developers should use uix-config.xml to create configurations, and getConfigurationName() to access them. |
|
oracle.cabo.ui.RendererManager.createDefaultRendererManager() RendererManagers should be retrieved from the LookAndFeel returned from the LookAndFeelManager
|
|
oracle.cabo.ui.partial.PartialPageUtils.createPartialPageContext(ServletRequestParameters) use createPartialPageContext(RequestParameters) instead |
|
oracle.cabo.ui.beans.nav.QuickLinksBean.getAncestorID() Since 2.2.0. Use ancestorPath. |
|
oracle.cabo.ui.beans.nav.QuickLinksBean.getAncestorID(MutableUINode) Since 2.2.0. Use ancestorPath. |
|
oracle.cabo.ui.DeprecatedUINode.getAttributeValue(RenderingContext, String) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time.
|
|
oracle.cabo.ui.UINode.getAttributeValue(RenderingContext, String) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time.
|
|
oracle.cabo.ui.BaseMutableUINode.getAttributeValue(String) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.MutableUINode.getAttributeValue(String) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.path.MutableUINodeAdapter.getAttributeValue(String) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.beans.layout.RowLayoutBean.getCellFormat(int) Since 2.0. Just use getIndexedChild() |
|
oracle.cabo.ui.DeprecatedUINode.getChildNames() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the presence of any of the named children are determined by the RenderingContext. |
|
oracle.cabo.ui.UINode.getChildNames() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the presence of any of the named children are determined by the RenderingContext. |
|
oracle.cabo.ui.beans.table.TableBean.getColumnFooter() Since 2.2.0. Use the footer child instead. |
|
oracle.cabo.ui.beans.table.TableBean.getColumnFooter(MutableUINode) Since 2.2.0. Use the footer child instead. |
|
oracle.cabo.ui.validate.DateValidater.getColumns() in favor of getColumns(LocaleContext localeContext) |
|
oracle.cabo.servlet.ui.BaseUIPageBroker.getConfiguration(BajaContext, Page) Developers should override getConfigurationName() |
|
oracle.cabo.share.config.Configuration.getConfiguration(String) since 2.1.6; use getConfiguration(ServletContext, String) |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.getContentFooter() Since 2.1.2. Use the pageButtons and returnNavigation regions instead. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.getContentFooter(MutableUINode) Since 2.1.2. Use the pageButtons and returnNavigation regions instead. |
|
oracle.cabo.ui.data.ServletRequestDataSet.getDataSetLength(ServletRequest, String) this method is not NLS-compliant: data set names that are multibyte are not supported by this method. |
|
oracle.cabo.ui.RendererManager.getDefaultRendererManager() RendererManagers should be retrieved from the LookAndFeel returned from the LookAndFeelManager
|
|
oracle.cabo.ui.beans.table.TableBean.getHeight() Since 2.2.0. This attribute was never useful. |
|
oracle.cabo.ui.beans.table.TableBean.getHeight(MutableUINode) Since 2.2.0. This attribute was never useful. |
|
oracle.cabo.ui.DeprecatedUINode.getIndexedChild(int) The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified indexed child is determined by the RenderingContext. |
|
oracle.cabo.ui.BaseUINode.getIndexedChild(int) The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified indexed child is determined by the RenderingContext. |
|
oracle.cabo.ui.UINode.getIndexedChild(int) The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified indexed child is determined by the RenderingContext. |
|
oracle.cabo.ui.DeprecatedUINode.getIndexedChildCount() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified named child is determined by the RenderingContext. |
|
oracle.cabo.ui.BaseUINode.getIndexedChildCount() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified named child is determined by the RenderingContext. |
|
oracle.cabo.ui.BaseMutableUINode.getIndexedChildCount() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified named child is determined by the RenderingContext. |
|
oracle.cabo.ui.UINode.getIndexedChildCount() The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the specified named child is determined by the RenderingContext. |
|
oracle.cabo.ui.jsps.GenericEntry.getJSP(String) |
|
oracle.cabo.ui.beans.table.TableBean.getName() Since 2.2.0. Use ID instead |
|
oracle.cabo.ui.beans.table.TableBean.getName(MutableUINode) Since 2.2.0. Use ID instead |
|
oracle.cabo.ui.DeprecatedUINode.getNamedChild(String) The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the presence of any of the named children are determined by the RenderingContext.
|
|
oracle.cabo.ui.UINode.getNamedChild(String) The version of this function also taking a RenderingContext is preferred, as this version will return incorrect results if the presence of any of the named children are determined by the RenderingContext.
|
|
oracle.cabo.share.xml.ParseContext.getNamespaceURI(String) since 2.2.0 use ParseContext.getExpressionContext() and ExpressionContext.getPrefixMapper() |
|
oracle.cabo.share.xml.ParseContextImpl.getNamespaceURI(String) since 2.2.0 use ParseContextImpl.getExpressionContext() and ExpressionContext.getPrefixMapper() |
|
oracle.cabo.ui.beans.ImageBean.getPrimaryClientAction() Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.StyledTextBean.getPrimaryClientAction() Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.ImageBean.getPrimaryClientAction(MutableUINode) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.StyledTextBean.getPrimaryClientAction(MutableUINode) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.servlet.util.RedirectUtils.getRedirectPage(String) This method does not call HttpServletResponse.encodeRedirectUrl(), or encode the string to handle multibyte characters, and consequently is not NLS-compliant unless you are extremely careful. Use getRedirectPage(Page) or getRedirectPage(String, String) instead, both of which are safe. |
|
oracle.cabo.ui.beans.table.TableBean.getTableFilter() Since 2.1.0. In the new table designs, and filtering should appear outside of the table itself. |
|
oracle.cabo.ui.beans.table.TableBean.getTableFilter(MutableUINode) Since 2.1.0. In the new table designs, and filtering should appear outside of the table itself. |
|
oracle.cabo.ui.beans.table.TableBean.getText() Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.ui.beans.table.TableBean.getText(MutableUINode) Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.ui.beans.form.SubmitButtonBean.getValue() Since 2.2.0. Use the "event" attribute instead. |
|
oracle.cabo.ui.beans.form.SubmitButtonBean.getValue(MutableUINode) Since 2.2.0. Use the "event" attribute instead. |
|
oracle.cabo.style.util.GraphicsUtils.isFontName(String) Please call isFontName(ErrorLog, String) |
|
oracle.cabo.style.util.GraphicsUtils.isGraphicalEnvironment() Please call isGraphicalEnvironment(ErrorLog) |
|
oracle.cabo.ui.beans.table.HGridBean.isNameTransformed() Since 2.1.11. Use the 'nameTransformed' attribute of the column bean instead. |
|
oracle.cabo.ui.beans.table.HGridBean.isNameTransformed(MutableUINode) Since 2.1.11. Use the 'nameTransformed' attribute of the column bean instead. |
|
oracle.cabo.ui.jsps.tags.BaseUINodeTag.parseBoundValue(String) since 2.2; this method does not correctly parse EL expressions. Use parseBinding(). |
|
oracle.cabo.share.config.Configuration.register() since 2.1.6; use register(ServletContext) |
|
oracle.cabo.ui.html.HTMLRendererFactory.registerSelf() only the version taking the RendererManager should be called. |
|
oracle.cabo.ui.beans.layout.RowLayoutBean.removeCellFormat(int) Since 2.0. Just use removeIndexedChild() |
|
oracle.cabo.ui.ElementRenderer.renderAttribute(RenderingContext, UINode, String, Object) This method will call AttributeKey.getAttributeKey(); do not use it! |
|
oracle.cabo.ui.beans.BaseWebBean.resolveBoolean(Boolean) in favor of the version taking an Object |
|
oracle.cabo.ui.beans.BaseWebBean.resolveBoolean(Boolean, boolean) in favor of the version taking an Object |
|
oracle.cabo.ui.beans.BaseWebBean.resolveInteger(Integer) in favor of the version taking an Object |
|
oracle.cabo.ui.beans.BaseWebBean.resolveInteger(Integer, int) in favor of the version taking an Object |
|
oracle.cabo.ui.beans.BaseWebBean.resolveLong(Long) in favor of the version taking an Object |
|
oracle.cabo.ui.beans.BaseWebBean.resolveLong(Long, long) in favor of the version taking an Object |
|
oracle.cabo.ui.laf.NameAndAgentScorer.score(RenderingContext, String) Subclassers should override scoreLookAndFeel() instead. |
|
oracle.cabo.ui.beans.nav.QuickLinksBean.setAncestorID(MutableUINode, String) Since 2.2.0. Use ancestorPath. |
|
oracle.cabo.ui.beans.nav.QuickLinksBean.setAncestorID(String) Since 2.2.0. Use ancestorPath. |
|
oracle.cabo.ui.BaseMutableUINode.setAttributeDictionary(Dictionary) This function is only present for backwards compatibility. For most uses, AttributeMap implementations other than DictionaryAttributeMap are more efficient. |
|
oracle.cabo.ui.jsps.tags.BaseUINodeTag.setAttributeValue(AttributeKey, Object) since 2.2; this method does not correctly parse EL expressions. |
|
oracle.cabo.ui.BaseMutableUINode.setAttributeValue(String, BoundValue) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.MutableUINode.setAttributeValue(String, BoundValue) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.path.MutableUINodeAdapter.setAttributeValue(String, BoundValue) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.BaseMutableUINode.setAttributeValue(String, Object) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.MutableUINode.setAttributeValue(String, Object) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.path.MutableUINodeAdapter.setAttributeValue(String, Object) The version of this function taking an AttributeKey rather than a String is more efficient, and thus preferred. Callers should be defining their AttributeKeys as constants and reusing them, rather than calling this method, and forcing the correct AttributeKey to be looked up each time. |
|
oracle.cabo.ui.beans.form.RadioGroupBean.setChildData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.form.RadioGroupBean.setChildData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setCobrandingImage(String, String) Use setCobranding instead |
|
oracle.cabo.ui.beans.color.ColorPaletteBean.setColorData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPickerBean.setColorData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPaletteBean.setColorData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPickerBean.setColorData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnFooter(MutableUINode, UINode) Since 2.2.0. Use the footer child instead. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnFooter(UINode) Since 2.2.0. Use the footer child instead. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnFormat(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnFormat(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnHeaderData(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnGroupBean.setColumnHeaderData(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnHeaderData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnHeaderData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnHeaderData(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnGroupBean.setColumnHeaderData(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnHeaderData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnHeaderData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnHeaderFormat(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnGroupBean.setColumnHeaderFormat(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnBean.setColumnHeaderFormat(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.ColumnGroupBean.setColumnHeaderFormat(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnHeaderFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnHeaderFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setColumnHeaderFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setColumnHeaderFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setContentFooter(MutableUINode, UINode) Since 2.1.2. Use the pageButtons and returnNavigation regions instead. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setContentFooter(UINode) Since 2.1.2. Use the pageButtons and returnNavigation regions instead. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setCorporateBrandingImage(String, String) Use setCorporateBranding instead |
|
oracle.cabo.ui.beans.DataScopeBean.setCurrentData(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.DataScopeBean.setCurrentData(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPaletteBean.setCustomColorData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPickerBean.setCustomColorData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPaletteBean.setCustomColorData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.color.ColorPickerBean.setCustomColorData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setDetailDisclosure(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setDetailDisclosure(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setFooterCopyright(String) Use setCopyright instead |
|
oracle.cabo.ui.action.LovOpenWindowAction.setformSubmittedBinding(BoundValue) use setFormSubmittedBinding instead. |
|
oracle.cabo.ui.action.FireAction.setformSubmittedBinding(BoundValue) use setFormSubmittedBinding instead |
|
oracle.cabo.ui.beans.table.TableBean.setHeight(MutableUINode, String) Since 2.2.0. This attribute was never useful. |
|
oracle.cabo.ui.beans.table.TableBean.setHeight(String) Since 2.2.0. This attribute was never useful. |
|
oracle.cabo.ui.beans.table.TableBean.setName(MutableUINode, String) Since 2.2.0. Use ID instead |
|
oracle.cabo.ui.beans.table.TableBean.setName(String) Since 2.2.0. Use ID instead |
|
oracle.cabo.ui.beans.table.HGridBean.setNameTransformed(boolean) Since 2.1.11. Use the 'nameTransformed' attribute of the column bean instead. |
|
oracle.cabo.ui.beans.table.HGridBean.setNameTransformed(MutableUINode, boolean) Since 2.1.11. Use the 'nameTransformed' attribute of the column bean instead. |
|
oracle.cabo.ui.beans.nav.TreeBean.setNodes(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.nav.TreeBean.setNodes(DataSet) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.nav.TreeBean.setNodes(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.ImageBean.setPrimaryClientAction(ClientAction) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.StyledTextBean.setPrimaryClientAction(ClientAction) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.ImageBean.setPrimaryClientAction(MutableUINode, ClientAction) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.StyledTextBean.setPrimaryClientAction(MutableUINode, ClientAction) Since 2.2.0. Embed the styledText element within a link element instead. |
|
oracle.cabo.ui.beans.layout.PageLayoutBean.setProductBrandingImage(String, String) Use setProductBranding instead |
|
oracle.cabo.share.nls.LocaleContext.setReadingDirection(int) use MutableLocaleContext.setReadingDirection() instead |
|
oracle.cabo.ui.beans.table.TableBean.setRowFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setRowFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setRowHeaderData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setRowHeaderData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setRowHeaderFormats(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setRowHeaderFormats(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.MultipleSelectionBean.setSelection(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.MultipleSelectionBean.setSelection(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setTableData(DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setTableData(MutableUINode, DataObjectList) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setTableFilter(MutableUINode, UINode) Since 2.1.0. In the new table designs, and filtering should appear outside of the table itself. |
|
oracle.cabo.ui.beans.table.TableBean.setTableFilter(UINode) Since 2.1.0. In the new table designs, and filtering should appear outside of the table itself. |
|
oracle.cabo.ui.beans.table.HGridBean.setTableFormat(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setTableFormat(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setTableFormat(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setTableFormat(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.TableBean.setText(MutableUINode, String) Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.ui.beans.table.TableBean.setText(String) Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.share.nls.LocaleContext.setTimeZone(TimeZone) use MutableLocaleContext.setTimeZone() instead |
|
oracle.cabo.ui.beans.table.TableBean.setTranslatableText(MutableUINode, String, String) Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.ui.beans.table.TableBean.setTranslatableText(String, String) Since 2.1.0. The title is displayed using a header element. |
|
oracle.cabo.ui.beans.table.HGridBean.setTreeData(DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.beans.table.HGridBean.setTreeData(MutableUINode, DataObject) since 2.0; please use the non-deprecated version of this function. |
|
oracle.cabo.ui.xml.parse.UINodeParser.setUINodeAttributes(ParseContext, BaseMutableUINode, UINodeType, Attributes) UINodeParser subclasses should use the non-static version, |
|
oracle.cabo.ui.beans.form.SubmitButtonBean.setValue(MutableUINode, String) Since 2.2.0. Use the "event" attribute instead. |
|
oracle.cabo.ui.beans.form.SubmitButtonBean.setValue(String) Since 2.2.0. Use the "event" attribute instead. |
|
oracle.cabo.share.config.ConfigurationImpl.sharedInstance() since 2.1.6, developers should use ApplicationConfiguration to retrieve the default configuration. |
|
UIX 2.2.15 | ||||||||
PREV NEXT | FRAMES NO FRAMES |