|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.event.Event org.zkoss.zul.event.DataLoadingEvent
public class DataLoadingEvent
Represent onDataLoading event.
Constructor Summary | |
---|---|
DataLoadingEvent(java.lang.String name,
Component comp,
int offset,
int limit)
|
Method Summary | |
---|---|
static DataLoadingEvent |
getDataLoadingEvent(AuRequest request,
int preload)
Converts an AU request to a data loading event. |
int |
getLimit()
Returns the limit of the data chunk to be loaded. |
int |
getOffset()
Returns the offset of the data chunk to be loaded. |
Methods inherited from class org.zkoss.zk.ui.event.Event |
---|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataLoadingEvent(java.lang.String name, Component comp, int offset, int limit)
Method Detail |
---|
public static final DataLoadingEvent getDataLoadingEvent(AuRequest request, int preload)
public int getOffset()
public int getLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |