Package org.openxava.tab.impl
Class DataChunk
- java.lang.Object
-
- org.openxava.tab.impl.DataChunk
-
- All Implemented Interfaces:
java.io.Serializable
public class DataChunk extends java.lang.Object implements java.io.Serializable
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.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataChunk(java.util.List data, boolean last, int indexNext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getData()
int
getIndexNext()
boolean
isLast()
-