public class DataLoadingEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
DataLoadingEvent(String name,
org.zkoss.zk.ui.Component comp,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
static DataLoadingEvent |
getDataLoadingEvent(org.zkoss.zk.au.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.
|
public DataLoadingEvent(String name, org.zkoss.zk.ui.Component comp, int offset, int limit)
public static final DataLoadingEvent getDataLoadingEvent(org.zkoss.zk.au.AuRequest request, int preload)
public int getOffset()
public int getLimit()
Copyright © 2017. All rights reserved.