public class DataLoadingEvent extends Event
Constructor and Description |
---|
DataLoadingEvent(java.lang.String name,
Component comp,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
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.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public DataLoadingEvent(java.lang.String name, Component comp, int offset, int limit)
public static final DataLoadingEvent getDataLoadingEvent(AuRequest request, int preload)
public int getOffset()
public int getLimit()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.