Package com.vaadin.v7.client.ui
Class VScrollTable.RowRequestHandler
- java.lang.Object
-
- com.google.gwt.user.client.Timer
-
- com.vaadin.v7.client.ui.VScrollTable.RowRequestHandler
-
- Enclosing class:
- VScrollTable
public class VScrollTable.RowRequestHandler extends com.google.gwt.user.client.TimerFor 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 voiddeferRowFetch()voiddeferRowFetch(int msec)intgetReqFirstRow()booleanisRequestHandlerRunning()voidrefreshContent()Sends request to refresh content at this position.voidrun()voidsetReqFirstRow(int reqFirstRow)voidsetReqRows(int reqRows)voidtriggerRowFetch(int first, int rows)voidtriggerRowFetch(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:
runin classcom.google.gwt.user.client.Timer
-
refreshContent
public void refreshContent()
Sends request to refresh content at this position.
-
-