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.
Methods inherited from class com.google.gwt.user.client.Timer |
cancel, schedule, scheduleRepeating |
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()
isRunning
public boolean isRunning()
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 class com.google.gwt.user.client.Timer
refreshContent
public void refreshContent()
- Sends request to refresh content at this position.
Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.