|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.TableController.ControllableTableCallback
com.google.gwt.widgetideas.table.client.CachedTableController.CacheCallback
public class CachedTableController.CacheCallback
A callback that automatically updates a ControllableTable
.
Constructor Summary | |
---|---|
CachedTableController.CacheCallback(ControllableTable controllableTable,
int firstRow,
int lastRow)
Constructor. |
Method Summary | |
---|---|
void |
onRowsReady(TableModel.Request request,
TableModel.Response response)
Consume the data created by TableModel in response to a Request. |
Methods inherited from class com.google.gwt.widgetideas.table.client.TableController.ControllableTableCallback |
---|
getControllableTable, onFailure |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedTableController.CacheCallback(ControllableTable controllableTable, int firstRow, int lastRow)
controllableTable
- the ControllableTable
instancefirstRow
- the first row that was requested by the tablelastRow
- the last row that was requested by the tableMethod Detail |
---|
public void onRowsReady(TableModel.Request request, TableModel.Response response)
TableModel.Callback
TableModel
in response to a Request.
onRowsReady
in interface TableModel.Callback
onRowsReady
in class TableController.ControllableTableCallback
request
- the requestresponse
- the responseTableModel.Callback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |