|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
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.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.data.jbo.xml.JboPageBroker
|
|
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.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.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.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.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.RendererManager.getDefaultRendererManager()
RendererManagers should be retrieved from the LookAndFeel returned from the LookAndFeelManager
|
|
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.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.style.util.GraphicsUtils.isFontName(String)
Please call isFontName(ErrorLog, String) |
|
oracle.cabo.style.util.GraphicsUtils.isGraphicalEnvironment()
Please call isGraphicalEnvironment(ErrorLog) |
|
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.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.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.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.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.ColumnGroupBean.setColumnHeaderData(DataObject)
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.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.ColumnGroupBean.setColumnHeaderData(MutableUINode, DataObject)
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.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.ColumnBean.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.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.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.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.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.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.share.nls.LocaleContext.setTimeZone(TimeZone)
use MutableLocaleContext.setTimeZone() instead |
|
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.share.config.ConfigurationImpl.sharedInstance()
since 2.1.6, developers should use ApplicationConfiguration to retrieve the default configuration. |
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES |