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_LOADING
action.- 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 int
getLimit()
Returns the limit of the data chunk to be loaded.int
getOffset()
Returns the offset of the data chunk to be loaded.
-