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

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

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

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

Methods in gov.nasa.pds.registry.ui.client that return types with arguments of type ViewClassificationNode
 com.google.gwt.gen2.table.client.CachedTableModel<ViewClassificationNode> ClassificationNodes.getCachedTableModel()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> ClassificationNodeService.getClassificationNodes(String guid)
           
 com.google.gwt.gen2.table.client.PagingScrollTable<ViewClassificationNode> ClassificationNodes.getPagingScrollTable()
           
 com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewClassificationNode> ClassificationNodes.getTableDefinition()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode> ClassificationNodeService.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 ViewClassificationNode
protected  boolean ClassificationNodeTableModel.onSetRowValue(int row, ViewClassificationNode rowValue)
           
 void ClassificationNodeColumnDefinition.setCellValue(ViewClassificationNode rowValue, String cellValue)
           
 

Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewClassificationNode
 void SchemeTableModel.getClassificationNodes(String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> asyncCallback)
           
 void ClassificationNodeServiceAsync.getClassificationNodes(String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewClassificationNode>> callback)
           
 void ClassificationNodeServiceAsync.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<ViewClassificationNode>> callback)
           
 void ClassificationNodeTableModel.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, com.google.gwt.gen2.table.client.TableModel.Callback<ViewClassificationNode> callback)
          Get rows from table as necessary.
 

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

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



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