|
||||||||||
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
public class TableController.ControllableTableCallback
A callback that automatically updates a ControllableTable
.
Constructor Summary | |
---|---|
TableController.ControllableTableCallback(ControllableTable controllableTable)
Constructor. |
Method Summary | |
---|---|
ControllableTable |
getControllableTable()
Get the ControllableTable . |
void |
onFailure(java.lang.Throwable caught)
Called when an error occurs and the rows cannot be loaded. |
void |
onRowsReady(TableModel.Request request,
TableModel.Response response)
Consume the data created by TableModel in response to a Request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableController.ControllableTableCallback(ControllableTable controllableTable)
controllableTable
- the ControllableTable
instanceMethod Detail |
---|
public ControllableTable getControllableTable()
ControllableTable
.
public void onFailure(java.lang.Throwable caught)
TableModel.Callback
onFailure
in interface TableModel.Callback
caught
- the exception that was thrownTableModel.Callback.onFailure(Throwable)
public void onRowsReady(TableModel.Request request, TableModel.Response response)
TableModel.Callback
TableModel
in response to a Request.
onRowsReady
in interface TableModel.Callback
request
- the requestresponse
- the responseCallback#onRowsReady(Request, Response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |