public class SerializableProductResponse<RowType extends com.google.gwt.user.client.rpc.IsSerializable>
extends com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<RowType>
implements com.google.gwt.user.client.rpc.IsSerializable
gov.nasa.pds.registry.ui.client.ProductTableModel#requestRows()
,
ViewProducts
Constructor and Description |
---|
SerializableProductResponse()
Default constructor used for RPC.
|
SerializableProductResponse(Collection<RowType> rowValues)
Create a new
TableModelHelper.SerializableResponse . |
Modifier and Type | Method and Description |
---|---|
Iterator<RowType> |
getRowValues()
An iterator on the values
|
Collection<RowType> |
getValues()
Get the values directly.
|
public SerializableProductResponse()
public SerializableProductResponse(Collection<RowType> rowValues)
TableModelHelper.SerializableResponse
.public Iterator<RowType> getRowValues()
getRowValues
in class com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<RowType extends com.google.gwt.user.client.rpc.IsSerializable>
public Collection<RowType> getValues()
Copyright © 2010–2016 Planetary Data System. All rights reserved.