Package com.vaadin.client.ui
Class VScrollTable.RowRequestHandler
- java.lang.Object
-
- com.google.gwt.user.client.Timer
-
- com.vaadin.client.ui.VScrollTable.RowRequestHandler
-
- Enclosing class:
- VScrollTable
public class VScrollTable.RowRequestHandler extends com.google.gwt.user.client.Timer
For internal use only. May be removed or replaced in the future.
-
-
Constructor Summary
Constructors Constructor Description RowRequestHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
triggerRowFetch
public void triggerRowFetch(int first, int rows)
-
triggerRowFetch
public void triggerRowFetch(int first, int rows, int delay)
-
deferRowFetch
public void deferRowFetch()
-
isRequestHandlerRunning
public boolean isRequestHandlerRunning()
-
deferRowFetch
public void deferRowFetch(int msec)
-
getReqFirstRow
public int getReqFirstRow()
-
setReqFirstRow
public void setReqFirstRow(int reqFirstRow)
-
setReqRows
public void setReqRows(int reqRows)
-
run
public void run()
- Specified by:
run
in classcom.google.gwt.user.client.Timer
-
refreshContent
public void refreshContent()
Sends request to refresh content at this position.
-
-