|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-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 | Contains a readonly DataControl implementation for JavaBeans. |
oracle.jbo | Contains interfaces for client-side applications. |
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 |
RowSetIterator The interface for Row Set Iterator. |
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 | |
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. |
|
InsertEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount) Creates an event for a row being inserted. |
|
NavigationEvent(NavigatableRowIterator source, Row previousRow, Row currentRow) Creates a navagation event when a new row becomes current. |
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 Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |