Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Deprecated API

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 Fields
oracle.cabo.ui.UIConstants.ANCESTOR_ID_ATTR
          Do not use this attribute 
oracle.cabo.ui.data.MessageData.MESSAGE_DATA_COUNT_SELECT
          since 2.0; call getLength() on the DataObjectList returned by MESSAGE_DATA_MESSAGES_SELECT instead 
oracle.cabo.ui.UIConstants.PARTIAL_CONTENT_NAME
          This constant is for dev purposes only 
oracle.cabo.ui.UIConstants.PARTIAL_LINK_NAME
          This constant is no longer used. 
oracle.cabo.ui.UIConstants.PARTIAL_NODE_ID_ATTR
          This constant is for dev purposes only 
oracle.cabo.ui.UIConstants.PARTIAL_RENDER_ENABLED_ATTR
          This constant is no longer used. See PARTIAL_RENDER_MODE_ATTR. 
oracle.cabo.ui.UIConstants.PARTIAL_ROOT_NAME
          This constant is for dev purposes only 
oracle.cabo.ui.UIConstants.PARTIAL_SUBMIT_BUTTON_NAME
          This constant is no longer used. 
oracle.cabo.ui.UIConstants.PARTIAL_TARGET_IDS_ATTR
          This constant is no longer used. 
oracle.cabo.ui.UIConstants.SELECT_ATTR
          This constant is for dev purposes only 
oracle.cabo.ui.UIConstants.SWITCH_APP_TYPE_BACK
          The application switcher no longer has a back button 
oracle.cabo.share.config.Configuration.TECATE_SERVLET_URL
          Use IMAGE_SERVLET_URL 
oracle.cabo.share.agent.Agent.TYPE_BROWSER
          Do not use this attribute 
 

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. 
 

Deprecated Constructors
oracle.cabo.image.cache.AccentColorizedIconKey(ImageContext, String, int, Color, Color)
          in favor of AccentColorizedIconKey.AccentColorizedIconKey( ImageContext, String, Class, int, Color, Color) 
oracle.cabo.servlet.ui.BajaRenderingContext(BajaContext, PrintWriter, Page)
          Let the PrintWriter default 
oracle.cabo.servlet.ui.BajaRenderingContext(BajaContext, PrintWriter, Page, String)
          Let the PrintWriter and mime type default 
oracle.cabo.image.cache.BaseColorizedIconKey(ImageContext, String, int, Color, Color)
          in favor of BaseColorizedIconKey.BaseColorizedIconKey( ImageContext, String, Class, int, Color, Color) 
oracle.cabo.image.cache.CoreColorizedIconKey(ImageContext, String, int, Color, Color)
          in favor of CoreColorizedIconKey.CoreColorizedIconKey( ImageContext, String, Class, int, Color, Color) 
oracle.cabo.ui.data.servlet.HttpSessionDataObject(HttpSession)
            
oracle.cabo.ui.beans.table.MultipleSelectionBean(DataObjectList, String)
          since 2.0. 
oracle.cabo.ui.RootRenderingContext(OutputMethod)
          Use the no-argument constructor, and call RootRenderingContext.prepareOutput(java.io.PrintWriter, java.io.OutputStream, java.lang.String, java.lang.String) 
oracle.cabo.ui.RootRenderingContext(OutputMethod, RendererManager)
          Use the no-argument constructor, and call RootRenderingContext.prepareOutput(java.io.PrintWriter, java.io.OutputStream, java.lang.String, java.lang.String) 
oracle.cabo.ui.ServletRenderingContext(PageContext, RendererManager)
          Let the RendererManager default. 
oracle.cabo.ui.ServletRenderingContext(PageContext, String)
          Let the mime type default. 
oracle.cabo.ui.ServletRenderingContext(PageContext, String, RendererManager)
          Let the mime type and RendererManager both default. 
oracle.cabo.ui.ServletRenderingContext(ServletRequest, ServletResponse, ServletConfig, PrintWriter, String, Agent, LocaleContext, RendererManager)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the RendererManager and mime type default. 
oracle.cabo.ui.ServletRenderingContext(ServletRequest, ServletResponse, ServletConfig, PrintWriter, String, Agent, LocaleContext, RendererManager, ErrorLog, URLEncoder)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the RendererManager and mime type default. 
oracle.cabo.ui.ServletRenderingContext(ServletRequest, ServletResponse, ServletConfig, PrintWriter, String, RendererManager)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the RendererManager and mime type default. 
oracle.cabo.ui.ServletRenderingContext(Servlet, ServletRequest, ServletResponse, PrintWriter)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse() 
oracle.cabo.ui.ServletRenderingContext(Servlet, ServletRequest, ServletResponse, PrintWriter, RendererManager)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the RendererManager default 
oracle.cabo.ui.ServletRenderingContext(Servlet, ServletRequest, ServletResponse, PrintWriter, String)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the mime type default. 
oracle.cabo.ui.ServletRenderingContext(Servlet, ServletRequest, ServletResponse, PrintWriter, String, RendererManager)
          provide the PrintWriter via prepareOutput(), or just use prepareResponse(); let the RendererManager and mime type default. 
oracle.cabo.ui.beans.table.TableBean(String, DataObjectList)
          since 2.0. 
oracle.cabo.ui.beans.table.TableBean(String, DataObjectList, UINode, DataObjectList, UINode, DataObjectList)
          since 2.0. 
 


Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.