|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.TableModel.Response
com.google.gwt.widgetideas.table.client.TableModel.ClientResponse
public static class TableModel.ClientResponse
A local TableModel
response.
Constructor Summary | |
---|---|
TableModel.ClientResponse()
Constructor. |
|
TableModel.ClientResponse(java.util.Iterator rows)
Constructor. |
Method Summary | |
---|---|
java.util.Iterator |
iterator()
Get the rows data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableModel.ClientResponse()
public TableModel.ClientResponse(java.util.Iterator rows)
rows
- the data for the tableMethod Detail |
---|
public java.util.Iterator iterator()
iterator
in class TableModel.Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |