com.vaadin.client.ui
Class VScrollTable.RowRequestHandler
java.lang.Object
Timer
com.vaadin.client.ui.VScrollTable.RowRequestHandler
- Enclosing class:
- VScrollTable
public class VScrollTable.RowRequestHandler
- extends Timer
For internal use only. May be removed or replaced in the future.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VScrollTable.RowRequestHandler
public VScrollTable.RowRequestHandler()
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()
refreshContent
public void refreshContent()
- Sends request to refresh content at this position.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.