Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.jbo.Key

Packages that use Key
oracle.adf.model.bc4j Contains a DataControl implementation for ADF Business Components. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of Key in oracle.adf.model.bc4j

 

Methods in oracle.adf.model.bc4j with parameters of type Key
 void DCJboDataControl.setCurrentRowWithKey(DCIteratorBinding iter, Key keyObj)
           

 

Uses of Key in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return Key
 Key DCIteratorBinding.createKey(java.lang.String stringKey)
          Given the key string, convert it to a Key using the associated RowSetIterator's StructureDef.

 

Methods in oracle.adf.model.binding with parameters of type Key
abstract  void DCDataControl.setCurrentRowWithKey(DCIteratorBinding iter, Key keyObj)
          Use the given key to set the current row in the RowSetIterator for the given iteratorbinding.

 

Uses of Key in oracle.adf.model.generic

 

Methods in oracle.adf.model.generic that return Key
 Key RowImpl.getKey()
          Returns the key of the row.
 Key DCRowSetIteratorImpl.createKey(java.lang.String stringifiedKey)
           
 Key DCRowSetIteratorImpl.createKey(oracle.jbo.AttributeList nvp)
           

 

Methods in oracle.adf.model.generic with parameters of type Key
 Row DCRowSetIteratorImpl.getRow(Key key)
           
 Row[] DCRowSetIteratorImpl.findByKey(Key key, int maxNumOfRows)
           
 void DCGenericDataControl.setCurrentRowWithKey(DCIteratorBinding iter, Key key)
           

 

Uses of Key in oracle.jbo

 

Methods in oracle.jbo that return Key
 Key Row.getKey()
          Returns the row's key.
 Key RowIterator.createKey(oracle.jbo.AttributeList nvp)
          Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor.
 Key ViewCriteria.createKey(oracle.jbo.AttributeList nvp)
          Given a list of name-value pairs, creates a Key object.

 

Methods in oracle.jbo with parameters of type Key
 Row RowIterator.getRow(Key key)
          Locates and returns a row by its unique key.
 Row[] RowIterator.findByKey(Key key, int maxNumOfRows)
          Finds and returns View rows that match the specified key.
 Row ViewCriteria.getRow(Key key)
          Accesses a row through a unique key.
 Row[] ViewCriteria.findByKey(Key key, int maxNumOfRows)
          Finds and returns View rows that match the specified key.

 

Uses of Key in oracle.jbo.uicli.binding

 

Fields in oracle.jbo.uicli.binding declared as Key
protected  Key JUCtrlHierNodeBinding.mRowKey
          *** For internal framework use only ***

 

Methods in oracle.jbo.uicli.binding that return Key
 Key JUCtrlHierNodeBinding.getRowKey()
          Returns the Key object that identifies the row that this node is displaying.

 

Methods in oracle.jbo.uicli.binding with parameters of type Key
protected  java.util.List JUCtrlValueBinding.getInputErrorsForRowKey(Key key)
           
protected  java.util.List JUCtrlRangeBinding.getInputErrorsForRowKey(Key key)
           
protected  JUCtrlHierNodeBinding JUCtrlHierNodeBinding.findChildNode(Key key)
           
protected  JUCtrlHierNodeBinding JUCtrlHierNodeBinding.findMatchingNode(Key key)
           

 

Uses of Key in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type Key
protected  JUCtrlHierNodeBinding JUTreeNodeBinding.findChildNode(Key key)
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.