We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.
Class VScrollTable.RowRequestHandler
- java.lang.Object
-
- com.google.gwt.user.client.Timer
-
- com.vaadin.client.ui.VScrollTable.RowRequestHandler
-
Enclosing class:
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 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.
-
-