|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResponseRowEvent
This interface extends Response. It is used to marshal an event that brings back a set of rows.
| Method Summary | |
|---|---|
int |
getRangeStart()Returns the beginning position (in absolute row index) of the range after this event. |
int |
getRangeStartBefore()Returns the beginning position (in absolute row index) of the range before this event. |
int |
getRowCountInRange()Returns the number of rows in the range. |
DataRow[] |
getRows()Returns the data rows for this event. |
boolean |
isRangeAtBottom()Returns a flag indicating whether the range is at the bottom of the collection or not. |
boolean |
isRangeRefreshed()Returns a flag indicating whether the range was refreshed or not. |
boolean |
isRangeReset()Returns a flag indicating whether the range was reset or not. |
| Methods inherited from interface oracle.svcmsg.Response |
|---|
getName, getOperation |
| Method Detail |
|---|
int getRowCountInRange()
int getRangeStartBefore()
int getRangeStart()
boolean isRangeRefreshed()
boolean isRangeReset()
boolean isRangeAtBottom()
DataRow[] getRows()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||