|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.PropertiesHelper
oracle.jbo.common.RowSetHelper
oracle.jbo.common.RowSetIteratorHelper
oracle.jbo.server.ViewRowSetIteratorImpl
oracle.jbo.server.EntityRowSetIteratorImpl
public class EntityRowSetIteratorImpl
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.server.ViewRowSetIteratorImpl |
|---|
CLASS_INSTANCE, mViewRowSet, mViewSize |
| Fields inherited from class oracle.jbo.common.RowSetIteratorHelper |
|---|
mCurrentRow |
| Fields inherited from class oracle.jbo.common.RowSetHelper |
|---|
listeners, mMgmtListeners |
| Fields inherited from class oracle.jbo.common.PropertiesHelper |
|---|
mProperties |
| Fields inherited from interface oracle.jbo.RowIterator |
|---|
ITER_MODE_LAST_PAGE_FULL, ITER_MODE_LAST_PAGE_PARTIAL, SLOT_BEFORE_FIRST, SLOT_BEYOND_LAST, SLOT_DELETED, SLOT_VALID |
| Method Summary | |
|---|---|
Row |
first()
Navigates to the first row in the row set. |
Row |
last()
Navigates to the last row in the row set. |
Row |
next()
Navigates to the next row in the row set. |
Row |
previous()
Navigates to the previous row in the row set. |
| Methods inherited from class oracle.jbo.common.RowSetIteratorHelper |
|---|
createKey, getFilteredRows, getFilteredRowsInRange |
| Methods inherited from class oracle.jbo.common.RowSetHelper |
|---|
addManagementListener, fireMgmtIteratorClosed, fireMgmtIteratorReset, fireNavigationEvent, fireRangeRefreshed, fireRangeScrolled, fireRowDeleted, fireRowInserted, fireRowUpdate, fireRowUpdated, getListenersList, getName, hasListeners, hasManagementListeners, removeListener, removeManagementListener, setName |
| Methods inherited from class oracle.jbo.common.PropertiesHelper |
|---|
closeObject, getImageLoc, getProperty, getProperty, isReadOnly, refreshProperties, refreshProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.RowSetIterator |
|---|
addManagementListener, getName, removeManagementListener |
| Methods inherited from interface oracle.jbo.NavigatableRowIterator |
|---|
removeListener |
| Method Detail |
|---|
public Row first()
ViewRowSetIteratorImpl
See ViewObjectImpl.first for details.
first in interface RowIteratorfirst in class ViewRowSetIteratorImplnull if the row set has no
rows.ViewObjectImpl.first()public Row last()
ViewRowSetIteratorImpl
See ViewObjectImpl.last for details.
last in interface RowIteratorlast in class ViewRowSetIteratorImplnull if the row set has no
rows.ViewObjectImpl.last()public Row next()
ViewRowSetIteratorImpl
See ViewObjectImpl.next for details.
next in interface RowIteratornext in class ViewRowSetIteratorImplnull if no next row. If no
next row, the current row is not moved.ViewObjectImpl.next()public Row previous()
ViewRowSetIteratorImpl
See ViewObjectImpl.previous for details.
previous in interface RowIteratorprevious in class ViewRowSetIteratorImplnull if no previous row.
If no previous row, the current row is not moved.ViewObjectImpl.previous()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||