|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.tab.impl.DataChunk
public class DataChunk
A chunk of data.
Simply is a collection with a mark with is the last. Util for obtain a big amount of data little by little from server.
| Constructor Summary | |
|---|---|
DataChunk(java.util.List data,
boolean last,
int indexNext)
|
|
| Method Summary | |
|---|---|
java.util.List |
getData()
|
int |
getIndexNext()
|
boolean |
isLast()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataChunk(java.util.List data,
boolean last,
int indexNext)
| Method Detail |
|---|
public java.util.List getData()
public boolean isLast()
public int getIndexNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||