|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowSetIterator | |
oracle.adf.model.bc4j | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.adf.model.generic | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client | |
oracle.jbo.client.remote | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb | |
oracle.jbo.server.ejb.facade | |
oracle.jbo.server.remote | |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
Uses of RowSetIterator in oracle.adf.model.bc4j |
Methods in oracle.adf.model.bc4j that return RowSetIterator | |
protected RowSetIterator |
DCJboDataControl.getRowSetIterator(java.lang.String masterName) |
protected RowSetIterator |
DCJboDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass, boolean trackMaster) |
RowSetIterator |
DCJboDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCJboDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
Methods in oracle.adf.model.bc4j with parameters of type RowSetIterator | |
protected java.lang.Object |
DCJboDataControl.getAccessorValue(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName) |
protected RowSetIterator |
DCJboDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass, boolean trackMaster) |
RowSetIterator |
DCJboDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCJboDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
Uses of RowSetIterator in oracle.adf.model.binding |
Methods in oracle.adf.model.binding that return RowSetIterator | |
RowSetIterator |
DCIteratorBinding.getRowSetIterator() Returns the current data RowSetIterator that holds rows with which this iterator binding object and its associated control-bindings are working. |
protected RowSetIterator |
DCIteratorBinding.initSourceRSI() |
RowSetIterator |
DCIteratorBinding.getLovRowSetIterator() |
protected abstract RowSetIterator |
DCDataControl.getRowSetIterator(java.lang.String masterName) Given the name of an RSI, find if it's already created and cached on the datacontrol |
RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) creates a accessor RSI using the current or the first row of the masterRSI and calling the get<accName> method on it to get the RSI dataprovider. |
RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass, boolean trackMaster) |
RowSetIterator |
DCDataControl.findOrCreateMethodRowSetIterator(DCIteratorBinding iter, java.lang.String beanClass, java.lang.Object result) |
RowSetIterator |
DCDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) Deprecated. since 10.1.2 |
RowSetIterator |
DCDataControl.findOrCreateAccessorRowSetIterator(DCIteratorBinding masterIter, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected abstract RowSetIterator |
DCDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) Create a DCRowSetIteratorImpl or a subclass thereof for the give defName element types, using the given source collection/object and optionally the master RSI if there is a dependency defined on the master. |
protected RowSetIterator |
DCDataControl.findOrCreateRowSetIteratorImpl(DCIteratorBinding iter, java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
RowSetIterator |
DCDataControl.createRowSetIteratorImpl(DCIteratorBinding iter, java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) Creates an RSI for a given iterator and source collection/object. |
Methods in oracle.adf.model.binding with parameters of type RowSetIterator | |
protected void |
DCIteratorBinding.cacheCreatedRow(RowSetIterator rsi, Row row) |
protected abstract java.lang.Object |
DCDataControl.getAccessorValue(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName) |
RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) creates a accessor RSI using the current or the first row of the masterRSI and calling the get<accName> method on it to get the RSI dataprovider. |
RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCDataControl.createAccessorRowSetIterator(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass, boolean trackMaster) |
RowSetIterator |
DCDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) Deprecated. since 10.1.2 |
protected abstract RowSetIterator |
DCDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) Create a DCRowSetIteratorImpl or a subclass thereof for the give defName element types, using the given source collection/object and optionally the master RSI if there is a dependency defined on the master. |
protected RowSetIterator |
DCDataControl.findOrCreateRowSetIteratorImpl(DCIteratorBinding iter, java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
RowSetIterator |
DCDataControl.createRowSetIteratorImpl(DCIteratorBinding iter, java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) Creates an RSI for a given iterator and source collection/object. |
Constructors in oracle.adf.model.binding with parameters of type RowSetIterator | |
DCIteratorBinding(DCDataControl dc, RowSetIterator rsi) When an application has a RowSet it should use this constructor. |
Uses of RowSetIterator in oracle.adf.model.generic |
Classes in oracle.adf.model.generic that implement RowSetIterator | |
class |
DCGenericRowSetIteratorImpl |
class |
DCRowSetIteratorImpl |
Fields in oracle.adf.model.generic declared as RowSetIterator | |
protected RowSetIterator |
DCRowContext.mRSI |
Methods in oracle.adf.model.generic that return RowSetIterator | |
RowSetIterator |
DCRowSetIteratorImpl.getRowSetIterator() |
RowSetIterator |
DCRowContext.getRowSetIterator() |
protected RowSetIterator |
DCGenericDataControl.getRowSetIterator(java.lang.String sourceName) |
protected RowSetIterator |
DCGenericDataControl.fetchRowSetIterator(java.lang.String path) |
RowSetIterator |
DCGenericDataControl.findOrCreateMethodRowSetIterator(DCIteratorBinding iter, java.lang.String beanClass, java.lang.Object result) |
RowSetIterator |
DCGenericDataControl.findOrCreateAccessorRowSetIterator(DCIteratorBinding masterIter, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
RowSetIterator |
DCGenericDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCGenericDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
Methods in oracle.adf.model.generic with parameters of type RowSetIterator | |
boolean |
DCGenericRowSetIteratorImpl.isSameMasterRSI(RowSetIterator rsi) |
protected java.lang.Object |
DCGenericDataControl.getAccessorValue(RowSetIterator masterRSI, Row row, DCIteratorBinding iter, java.lang.String accName) |
RowSetIterator |
DCGenericDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator masterRSI, DCIteratorBinding iter, java.lang.String accName, java.lang.String beanClass) |
protected RowSetIterator |
DCGenericDataControl.createRowSetIteratorImpl(java.lang.String defName, java.lang.Object sourceObj, RowSetIterator master) |
Constructors in oracle.adf.model.generic with parameters of type RowSetIterator | |
DCRowContext(Row row, RowSetIterator iter, StructureDef def) |
|
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al) |
|
DCGenericRowContext(Row data, RowSetIterator iter, StructureDef def) |
|
DCGenericRowContext(RowSetIterator iter) |
Uses of RowSetIterator in oracle.jbo |
Subinterfaces of RowSetIterator in oracle.jbo | |
interface |
RowSet RowSet belongs to a View Object. |
interface |
ViewObject ViewObject decribes how the application will view and update data. |
Methods in oracle.jbo that return RowSetIterator | |
RowSetIterator |
RowSet.createRowSetIterator(java.lang.String name) Creates an iterator for the Row Set. |
RowSetIterator[] |
RowSet.getRowSetIterators() Gets all Row Set Iterators that belong to this Row Set. |
RowSetIterator |
RowSet.findRowSetIterator(java.lang.String rsiName) Gets the named Row Set Iterator that was created at runtime for this Row Set. |
RowSetIterator[] |
RowSet.getMasterRowSetIterators() Return all controlling masters of this Row Set. |
RowSetIterator |
ApplicationModule.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) Finds the RowSetIterator associated with the specified Entity row handle. |
Methods in oracle.jbo with parameters of type RowSetIterator | |
boolean |
RowSet.setMasterRowSetIterator(RowSetIterator masterRSI) Sets the master iterator. |
boolean |
RowSet.removeMasterRowSetIterator(RowSetIterator masterRSI) Removes a master Row Set Iterator. |
RowSetIterator |
ApplicationModule.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) Finds the RowSetIterator associated with the specified Entity row handle. |
Constructors in oracle.jbo with parameters of type RowSetIterator | |
ViewLinkAlreadyExistsException(ViewLink vl, RowSetIterator masterRSI, RowSet detailRowSet) Constructs a new instance. |
|
UpdateEvent(RowSetIterator source, Row row, int rowIndex, int[] attrIndices) Creates an event when a row is modified. |
|
ScrollEvent(RowSetIterator source, int rangeStartBefore) Creates a scroll event. |
|
RowSetManagementEvent(RowSetIterator source, int eventType) Creates a row set management event. |
|
RowNotFoundException(RowSetIterator rsi, java.lang.Object hdl) Deprecated. Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object). |
|
RowNotFoundException(RowSetIterator rsi, int rangeIndex) Constructs a new instance when a row of a given range index is not found in a RowSetIterator . |
|
RowNotFoundException(RowSetIterator rsi) Constructs a new instance when a RowSetIterator has no current row. |
|
RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows) Creates a range refresh event. |
|
RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows, boolean isReset) |
|
RangeEvent(RowSetIterator source) Creates a range event. |
Uses of RowSetIterator in oracle.jbo.client |
Methods in oracle.jbo.client with parameters of type RowSetIterator | |
static Row |
JboUtil.getRowFromKey(RowSetIterator rsi, java.lang.String sKey) Return a Row given a String representation of Key. |
Uses of RowSetIterator in oracle.jbo.client.remote |
Classes in oracle.jbo.client.remote that implement RowSetIterator | |
class |
ViewUsageImpl |
Methods in oracle.jbo.client.remote that return RowSetIterator | |
RowSetIterator |
ViewUsageImpl.getRowSetIterator() |
RowSetIterator[] |
ViewUsageImpl.getMasterRowSetIterators() |
RowSetIterator |
ViewUsageImpl.createRowSetIterator(java.lang.String name) |
RowSetIterator[] |
ViewUsageImpl.getRowSetIterators() |
RowSetIterator |
ViewUsageImpl.findRowSetIterator(java.lang.String name) |
RowSetIterator |
RowImpl.getRowSetIterator() |
protected RowSetIterator[] |
ApplicationModuleImpl.getRowSetIterators(int rsId) |
RowSetIterator |
ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Methods in oracle.jbo.client.remote with parameters of type RowSetIterator | |
boolean |
ViewUsageImpl.setMasterRowSetIterator(RowSetIterator masterRS) |
boolean |
ViewUsageImpl.removeMasterRowSetIterator(RowSetIterator masterRS) |
RowSetIterator |
ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Uses of RowSetIterator in oracle.jbo.common |
Subinterfaces of RowSetIterator in oracle.jbo.common | |
interface |
ViewObjectDynAttr |
Methods in oracle.jbo.common that return RowSetIterator | |
RowSetIterator |
DataCollector.getRowSetIterator() |
Methods in oracle.jbo.common with parameters of type RowSetIterator | |
static Row[] |
RowSetIteratorHelper.getFilteredRows(RowSetIterator rsiOrig, java.lang.String attrName, java.lang.Object attrValue) |
static Row[] |
RowSetIteratorHelper.getFilteredRowsInRange(RowSetIterator rsi, java.lang.String attrName, java.lang.Object attrValue) |
Uses of RowSetIterator in oracle.jbo.common.ws |
Subinterfaces of RowSetIterator in oracle.jbo.common.ws | |
interface |
WSRowSet |
Classes in oracle.jbo.common.ws that implement RowSetIterator | |
class |
WSRowSetImpl |
class |
WSRowSetIteratorBase |
class |
WSRowSetIteratorImpl |
class |
WSViewObjectImpl |
Methods in oracle.jbo.common.ws that return RowSetIterator | |
RowSetIterator |
WSViewObjectImpl.createRowSetIterator(java.lang.String name) |
RowSetIterator[] |
WSViewObjectImpl.getRowSetIterators() |
RowSetIterator |
WSViewObjectImpl.findRowSetIterator(java.lang.String name) |
RowSetIterator |
WSViewObjectImpl.findOrCreateRowSetIterator(java.lang.String name) |
RowSetIterator[] |
WSViewObjectImpl.getMasterRowSetIterators() |
RowSetIterator |
WSRowSetIteratorImpl.getRowSetIteratorImpl() |
RowSetIterator |
WSRowSetImpl.createRowSetIterator(java.lang.String name) |
RowSetIterator[] |
WSRowSetImpl.getRowSetIterators() |
RowSetIterator |
WSRowSetImpl.findRowSetIterator(java.lang.String name) |
RowSetIterator |
WSRowSetImpl.findOrCreateRowSetIterator(java.lang.String name) |
RowSetIterator[] |
WSRowSetImpl.getMasterRowSetIterators() |
RowSetIterator |
WSRowSet.findOrCreateRowSetIterator(java.lang.String name) |
RowSetIterator |
WSApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Methods in oracle.jbo.common.ws with parameters of type RowSetIterator | |
boolean |
WSViewObjectImpl.setMasterRowSetIterator(RowSetIterator masterRSI) |
boolean |
WSViewObjectImpl.removeMasterRowSetIterator(RowSetIterator masterRSI) |
boolean |
WSRowSetImpl.setMasterRowSetIterator(RowSetIterator masterRSI) |
boolean |
WSRowSetImpl.removeMasterRowSetIterator(RowSetIterator masterRSI) |
RowSetIterator |
WSApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Uses of RowSetIterator in oracle.jbo.server |
Classes in oracle.jbo.server that implement RowSetIterator | |
class |
EntityRowSetImpl EntityRowSetImpl represents the ResultSet of an association. |
class |
ViewObjectImpl The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries. |
class |
ViewRowSetImpl The middle-tier class that manages collections of view rows that result from executing a query. |
class |
ViewRowSetIteratorImpl The middle-tier class that enables the user to iterate through row sets. |
Methods in oracle.jbo.server that return RowSetIterator | |
RowSetIterator |
ViewRowSetIteratorImpl.getRowSetIterator() Returns the row set iterator interface of this object. |
static RowSetIterator |
ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow) |
RowSetIterator |
ViewRowSetImpl.createRowSetIterator(java.lang.String name) Creates and returns a new row set iterator on this row set. |
RowSetIterator[] |
ViewRowSetImpl.getRowSetIterators() |
RowSetIterator |
ViewRowSetImpl.findRowSetIterator(java.lang.String rsiName) |
RowSetIterator[] |
ViewRowSetImpl.getMasterRowSetIterators() Returns an array of all master row set iterators for this row set. |
RowSetIterator |
ViewRowSetImpl.getRowSetIterator() Returns the row set iterator interface of this object. |
RowSetIterator |
ViewObjectImpl.getRowSetIterator() Gets the row set iterator interface of this View Object. |
RowSetIterator[] |
ViewObjectImpl.getMasterRowSetIterators() Returns an array of all master row set iterators for this row set. |
RowSetIterator |
ViewObjectImpl.createRowSetIterator(java.lang.String name) Creates and returns a new (secondary) row set iterator for this row set. |
RowSetIterator[] |
ViewObjectImpl.getRowSetIterators() |
RowSetIterator |
ViewObjectImpl.findRowSetIterator(java.lang.String rsiName) |
RowSetIterator |
ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) Finds the RowSetIterator associated with the specified row handle. |
Methods in oracle.jbo.server with parameters of type RowSetIterator | |
static RowSetIterator |
ViewRowSetIteratorImpl.findRSIForEntity(RowSetIterator[] rsis, Row eRow) |
boolean |
ViewRowSetImpl.setMasterRowSetIterator(RowSetIterator masterRSI) Sets the master row set iterator in a master-detail View Link. |
boolean |
ViewRowSetImpl.removeMasterRowSetIterator(RowSetIterator masterRSI) Removes the master row set iterator in a master-detail View Link. |
static void |
ViewRowSetImpl.dumpViewRowCache(RowSetIterator rsi, java.io.Writer out) Internal: Applications should not use this method. |
boolean |
ViewObjectImpl.setMasterRowSetIterator(RowSetIterator masterRSI) Sets the master row set iterator in a master-detail View Link. |
boolean |
ViewObjectImpl.removeMasterRowSetIterator(RowSetIterator masterRSI) Removes the master row set iterator (masterRSI) from a master-detail View Link. |
RowSetIterator |
ApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) Finds the RowSetIterator associated with the specified row handle. |
Uses of RowSetIterator in oracle.jbo.server.ejb |
Methods in oracle.jbo.server.ejb that return RowSetIterator | |
RowSetIterator |
LocalApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Methods in oracle.jbo.server.ejb with parameters of type RowSetIterator | |
RowSetIterator |
LocalApplicationModuleImpl.findRSIForEntity(RowSetIterator[] rsis, int eRowHandle) |
Uses of RowSetIterator in oracle.jbo.server.ejb.facade |
Classes in oracle.jbo.server.ejb.facade that implement RowSetIterator | |
class |
CmrAccessorEntRowSet |
class |
CmrAccessorViewImpl |
class |
CmrAccessorViewRowSet |
class |
FinderViewImpl Abstract base class for Finder-Based View Object. |
Uses of RowSetIterator in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote that return RowSetIterator | |
RowSetIterator |
RuntimeViewRowSetIteratorInfo.getRowSetIterator() Return the RowSetIterator this class is maintaining. |
Methods in oracle.jbo.server.remote with parameters of type RowSetIterator | |
RuntimeViewRowSetIteratorInfo |
PiggybackManager.addRowSetIterator(RowSetIterator rv) Add a new ViewRowSetIteratorImpl to the list maintain by this class and return an integer id respresenting the ViewRowSetIteratorImpl inernally. |
int |
PiggybackManager.indexOfRowSetIterator(RowSetIterator rsi) Look for the ViewRowSetIteratorImpl in the list this class is managing and return its integer id, otherwise return -1. |
RuntimeViewRowSetIteratorInfo |
PiggybackManager.getIteratorInfo(RowSetIterator rsi) |
RuntimeViewRowSetIteratorInfo |
ObjectMarshallerImpl.createRowSetListener(PiggybackManager pm, RowSetIterator rv) |
protected ResponseValues |
ObjectMarshallerImpl.marshalRowSetIterator(RowSetIterator rsi) |
Constructors in oracle.jbo.server.remote with parameters of type RowSetIterator | |
RuntimeViewRowSetIteratorInfo(PiggybackManager mgr, RowSetIterator rView) Construct the class for a ViewRowSetIteratorImpl. |
Uses of RowSetIterator in oracle.jbo.uicli.binding |
Methods in oracle.jbo.uicli.binding that return RowSetIterator | |
RowSetIterator |
JUCtrlHierNodeBinding.getParentRowSetIterator() Returns the RowSetIterator that this node's row is part of. |
Methods in oracle.jbo.uicli.binding with parameters of type RowSetIterator | |
protected void |
JUIteratorBinding.cacheCreatedRow(RowSetIterator rsi, Row row) *** For internal framework use only *** |
protected void |
JUCtrlScrollBinding.bindRowSetIterator(RowSetIterator rsi) Associates the given RowSet iterator with this Binding object. |
DCIteratorBinding |
JUAccessorIteratorDef.createIterBinding(DCDataControl dc, DCBindingContainer bc, RowSetIterator rsi) |
DCIteratorBinding |
JUAccessorIteratorDef.createIterBinding(DCDataControl dc, DCBindingContainer bc, RowSetIterator masterRSI, Row masterRow, java.lang.String accName) Advanced internal. |
Constructors in oracle.jbo.uicli.binding with parameters of type RowSetIterator | |
JUIteratorBinding(RowSetIterator rsi) Deprecated. since 9.0.5.1 use constructor with DCDataControl instead. |
|
JUIteratorBinding(DCDataControl dataControl, RowSetIterator rsi) When an application has a BC4J RowSet it should use this constructor. |
Uses of RowSetIterator in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui that return RowSetIterator | |
RowSetIterator |
JULovButtonBinding.getLOVRowSetIterator() Returns the RowSet Iterator used to display LOV data. |
Methods in oracle.jbo.uicli.jui with parameters of type RowSetIterator | |
void |
JUPanelBinding.bindRowSetIterator(java.lang.String iterBindingName, RowSetIterator rsi) Binds the iterator identified by iterBindingName in this panel with another iterator. |
void |
JULovPanelInterface.bindRowSetIterator(DCDataControl dc, RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames) Sets display using data from this RowSet Iterator. |
void |
JULovPanelInterface.bindRowSetIterator(RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames) Deprecated. since 9.0.5 |
Constructors in oracle.jbo.uicli.jui with parameters of type RowSetIterator | |
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] lovVOAttrNames, java.lang.String[] lovVODisplayedAttrNames) Deprecated. since 10g, use the constructor with IteratorBinding instead of RowSetIterator |
|
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] listAttrNames, java.lang.String[] lovVODisplayedAttrNames, JULovPanelInterface lovPanel) |
|
JULovButtonBinding(java.lang.Object control, JUIteratorBinding iterBinding, java.lang.String[] targetAttrs, RowSetIterator lovRsi, java.lang.String[] listAttrNames, java.lang.String[] lovVODisplayedAttrNames, boolean searchability, java.lang.String title, java.awt.Point location) Deprecated. since 10g, use the constructor with IteratorBinding instead of RowSetIterator |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2005, Oracle. All rights reserved.