com.google.gwt.widgetideas.table.client
Class TableModel.ClientResponse

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.TableModel.Response
      extended by com.google.gwt.widgetideas.table.client.TableModel.ClientResponse
Enclosing class:
TableModel

public static class TableModel.ClientResponse
extends TableModel.Response

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

TableModel.ClientResponse

public TableModel.ClientResponse()
Constructor.


TableModel.ClientResponse

public TableModel.ClientResponse(java.util.Iterator rows)
Constructor. Create a response with the data to enter into each cell of each row.

Parameters:
rows - the data for the table
Method Detail

iterator

public java.util.Iterator iterator()
Get the rows data.

Specified by:
iterator in class TableModel.Response
Returns:
the rows data