|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigatableRowIterator | |
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.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.facade | |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
Uses of NavigatableRowIterator in oracle.adf.model.binding |
Methods in oracle.adf.model.binding that return NavigatableRowIterator | |
NavigatableRowIterator |
DCIteratorBinding.getNavigatableRowIterator()
Returns the current RowIterator, which can be a data RowSetIterator or a find mode ViewCriteria based on the find mode. |
Methods in oracle.adf.model.binding with parameters of type NavigatableRowIterator | |
void |
DCIteratorBinding.bindRowSetIterator(NavigatableRowIterator iter,
boolean initRangeSize)
Use this method to bind a new instance of RowIterator from a Business Service to this binding. |
Uses of NavigatableRowIterator in oracle.adf.model.generic |
Classes in oracle.adf.model.generic that implement NavigatableRowIterator | |
class |
DCGenericRowSetIteratorImpl
|
class |
DCRowSetIteratorImpl
|
Uses of NavigatableRowIterator in oracle.jbo |
Subinterfaces of NavigatableRowIterator in oracle.jbo | |
interface |
RowSet
RowSet belongs to a View Object. |
interface |
RowSetIterator
The interface for Row Set Iterator. |
interface |
ViewObject
ViewObject decribes how the application will view and update data. |
Classes in oracle.jbo that implement NavigatableRowIterator | |
class |
ViewCriteria
A list of row criteria for a View Object's WHERE clause. |
Constructors in oracle.jbo with parameters of type NavigatableRowIterator | |
RowEvent(NavigatableRowIterator source,
Row row,
int rowIndex)
Creates an event when a row is modified, added, or deleted. |
|
NavigationEvent(NavigatableRowIterator source,
Row previousRow,
Row currentRow)
Creates a navagation event when a new row becomes current. |
|
InsertEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being inserted. |
|
InsertDeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being inserted or deleted. |
|
DeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being deleted. |
|
DeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount,
boolean isRemoveFromTable)
Creates an event for a row being deleted. |
Uses of NavigatableRowIterator in oracle.jbo.client.remote |
Classes in oracle.jbo.client.remote that implement NavigatableRowIterator | |
class |
ViewUsageImpl
|
Uses of NavigatableRowIterator in oracle.jbo.common |
Subinterfaces of NavigatableRowIterator in oracle.jbo.common | |
interface |
ViewObjectDynAttr
|
Uses of NavigatableRowIterator in oracle.jbo.common.ws |
Subinterfaces of NavigatableRowIterator in oracle.jbo.common.ws | |
interface |
WSRowSet
|
Classes in oracle.jbo.common.ws that implement NavigatableRowIterator | |
class |
WSRowSetImpl
|
class |
WSRowSetIteratorBase
|
class |
WSRowSetIteratorImpl
|
class |
WSViewObjectImpl
|
Uses of NavigatableRowIterator in oracle.jbo.server |
Classes in oracle.jbo.server that implement NavigatableRowIterator | |
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. |
Uses of NavigatableRowIterator in oracle.jbo.server.ejb.facade |
Classes in oracle.jbo.server.ejb.facade that implement NavigatableRowIterator | |
class |
CmrAccessorEntRowSet
|
class |
CmrAccessorViewImpl
|
class |
CmrAccessorViewRowSet
|
class |
FinderViewImpl
Abstract base class for Finder-Based View Object. |
Uses of NavigatableRowIterator in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type NavigatableRowIterator | |
void |
JUIteratorChangedListener.iteratorChanged(java.lang.String iterName,
NavigatableRowIterator rsi)
Invoked when a new RowSetIterator is bound to a JUIteratorBinding within the context of a PanelBinding. |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.