com.vaadin.client.ui
Class VScrollTable.RowRequestHandler

java.lang.Object
  extended by com.google.gwt.user.client.Timer
      extended by 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
VScrollTable.RowRequestHandler()
           
 
Method Summary
 void deferRowFetch()
           
 void deferRowFetch(int msec)
           
 int getReqFirstRow()
           
 boolean isRunning()
           
 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)
           
 
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
 

Constructor Detail

VScrollTable.RowRequestHandler

public VScrollTable.RowRequestHandler()
Method Detail

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 © 2013 Magnolia International Ltd.. All Rights Reserved.