|
||||||||||
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<R>
R
- the data type of the row valuespublic abstract static class TableModel.Response<R>
A response from the TableModel
.
Constructor Summary | |
---|---|
TableModel.Response()
Constructor. |
|
TableModel.Response(java.util.List<R> rowValues)
Constructor. |
Method Summary | |
---|---|
abstract java.util.Iterator<java.util.Iterator<java.lang.Object>> |
getIterator()
Gets the iterator associated with the row data generated by the TableModel.Response . |
java.util.List<R> |
getRowValues()
Get a list of objects associated with the retrieved rows. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableModel.Response()
public TableModel.Response(java.util.List<R> rowValues)
rowValues
- the values to associate with each rowMethod Detail |
---|
public abstract java.util.Iterator<java.util.Iterator<java.lang.Object>> getIterator()
TableModel.Response
.
public java.util.List<R> getRowValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |