|
||||||||||
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>
com.google.gwt.widgetideas.table.client.TableModel.SerializableResponse<R>
R
- the serializable data type of the row valuespublic static class TableModel.SerializableResponse<R extends java.io.Serializable>
A response from the TableModel
that is serializable, and can by
used over RPC.
Constructor Summary | |
---|---|
TableModel.SerializableResponse()
Default constructor. |
|
TableModel.SerializableResponse(java.util.Collection<java.util.Collection<java.io.Serializable>> rows)
Constructor. |
|
TableModel.SerializableResponse(java.util.Collection<java.util.Collection<java.io.Serializable>> rows,
java.util.List<R> rowValues)
Constructor. |
Method Summary | |
---|---|
java.util.Iterator<java.util.Iterator<java.lang.Object>> |
getIterator()
Gets the iterator associated with the row data generated by the TableModel.Response . |
Methods inherited from class com.google.gwt.widgetideas.table.client.TableModel.Response |
---|
getRowValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableModel.SerializableResponse()
public TableModel.SerializableResponse(java.util.Collection<java.util.Collection<java.io.Serializable>> rows)
rows
- the row datapublic TableModel.SerializableResponse(java.util.Collection<java.util.Collection<java.io.Serializable>> rows, java.util.List<R> rowValues)
rows
- the row datarowValues
- the values to associate with each rowMethod Detail |
---|
public java.util.Iterator<java.util.Iterator<java.lang.Object>> getIterator()
TableModel.Response
TableModel.Response
.
getIterator
in class TableModel.Response<R extends java.io.Serializable>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |