public class VScrollTable.RowRequestHandler
extends com.google.gwt.user.client.Timer
| Constructor and Description |
|---|
RowRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deferRowFetch() |
void |
deferRowFetch(int msec) |
int |
getReqFirstRow() |
boolean |
isRequestHandlerRunning() |
void |
refreshContent()
Sends request to refresh content at this position.
|
void |
run() |
void |
setReqFirstRow(int reqFirstRow) |
void |
setReqRows(int reqRows) |
void |
triggerRowFetch(int first,
int rows) |
void |
triggerRowFetch(int first,
int rows,
int delay) |
public void triggerRowFetch(int first,
int rows)
public void triggerRowFetch(int first,
int rows,
int delay)
public void deferRowFetch()
public boolean isRequestHandlerRunning()
public void deferRowFetch(int msec)
public int getReqFirstRow()
public void setReqFirstRow(int reqFirstRow)
public void setReqRows(int reqRows)
public void run()
run in class com.google.gwt.user.client.Timerpublic void refreshContent()
Copyright © 2016 Vaadin Ltd. All rights reserved.