Package org.zkoss.stateless.action.data
Class DataLoadingData
- java.lang.Object
-
- org.zkoss.stateless.action.data.DataLoadingData
-
- All Implemented Interfaces:
java.io.Serializable,ActionData
public class DataLoadingData extends java.lang.Object implements ActionData
RepresentEvents.ON_DATA_LOADINGaction.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataLoadingData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLimit()Returns the limit of the data chunk to be loaded.intgetOffset()Returns the offset of the data chunk to be loaded.
-