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

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

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

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

Methods in gov.nasa.pds.registry.ui.client that return types with arguments of type ViewService
 com.google.gwt.gen2.table.client.PagingScrollTable<ViewService> Services.getPagingScrollTable()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewService> ServiceBindingService.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request)
           
 

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

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

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

Methods in gov.nasa.pds.registry.ui.server that return types with arguments of type ViewService
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewService> ServiceBindingServiceImpl.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request)
          Retrieve a set of services from the registry with the given request parameters.
 



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