Uses of Class
gov.nasa.pds.registry.ui.shared.ViewProduct

Packages that use ViewProduct
gov.nasa.pds.registry.ui.client   
gov.nasa.pds.registry.ui.server   
 

Uses of ViewProduct in gov.nasa.pds.registry.ui.client
 

Fields in gov.nasa.pds.registry.ui.client with type parameters of type ViewProduct
protected  com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> Registry_ui.pagingScrollTable
          The PagingScrollTable.
 

Methods in gov.nasa.pds.registry.ui.client that return types with arguments of type ViewProduct
 com.google.gwt.gen2.table.client.CachedTableModel<ViewProduct> Registry_ui.getCachedTableModel()
           
 com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> Registry_ui.getPagingScrollTable()
           
 com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewProduct> Registry_ui.getTableDefinition()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsService.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
           
 

Methods in gov.nasa.pds.registry.ui.client with parameters of type ViewProduct
protected  boolean ProductTableModel.onSetRowValue(int row, ViewProduct rowValue)
           
 void ProductColumnDefinition.setCellValue(ViewProduct rowValue, String cellValue)
           
 

Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewProduct
 void ProductsServiceAsync.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
           
 void ProductTableModel.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, com.google.gwt.gen2.table.client.TableModel.Callback<ViewProduct> callback)
          Get rows from table as necessary.
 

Uses of ViewProduct in gov.nasa.pds.registry.ui.server
 

Methods in gov.nasa.pds.registry.ui.server that return types with arguments of type ViewProduct
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsServiceImpl.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
          Retrieve a set of products from the registry with the given request parameters.
 



Copyright © 2005-2010 Planetary Data System. All Rights Reserved.