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

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

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

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

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

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

Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewScheme
 void SchemeServiceAsync.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<ViewScheme>> callback)
           
 void SchemeTableModel.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, com.google.gwt.gen2.table.client.TableModel.Callback<ViewScheme> callback)
          Get rows from table as necessary.
 

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

Methods in gov.nasa.pds.registry.ui.server that return types with arguments of type ViewScheme
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewScheme> SchemesServiceImpl.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–2014 Planetary Data System. All rights reserved.