Uses of Class
org.gcube.portlets.user.collectionexplorer.client.model.ResultObj

Packages that use ResultObj
org.gcube.portlets.user.collectionexplorer.client.components   
org.gcube.portlets.user.collectionexplorer.client.controller   
org.gcube.portlets.user.collectionexplorer.client.model   
org.gcube.portlets.user.collectionexplorer.client.panels   
 

Uses of ResultObj in org.gcube.portlets.user.collectionexplorer.client.components
 

Methods in org.gcube.portlets.user.collectionexplorer.client.components that return ResultObj
 ResultObj ResultItem.getResObject()
           
 ResultObj DraggableRow.getResObject()
           
 

Methods in org.gcube.portlets.user.collectionexplorer.client.components with parameters of type ResultObj
 void ResultItem.viewObject(ResultObj resObject)
           
 

Constructors in org.gcube.portlets.user.collectionexplorer.client.components with parameters of type ResultObj
DraggableRow(ResultObj resObject, com.google.gwt.user.client.ui.HTML caption, String basketlabel, Controller ctrl, BasketModelItemType type)
          single row constructor
DraggableRow(String oid, String belongsTo, ResultObj resObject, String basketlabel, Controller ctrl, BasketModelItemType type)
          * constructor for multiplme rows
ResultItem(Controller controller, ResultObj resObject, int pos, com.google.gwt.user.client.ui.Image thumb)
           
 

Uses of ResultObj in org.gcube.portlets.user.collectionexplorer.client.controller
 

Methods in org.gcube.portlets.user.collectionexplorer.client.controller with parameters of type ResultObj
 void Controller.displaySingleResult(ResultObj result, int i, int from, boolean isLastOne)
          single result
 

Method parameters in org.gcube.portlets.user.collectionexplorer.client.controller with type arguments of type ResultObj
 void Controller.displayResults(Vector<ResultObj> results, int from, int to, String currTotal, boolean normalResults, HashMap<String,String> externalLinks)
          adds a record to the recordpanel
 

Uses of ResultObj in org.gcube.portlets.user.collectionexplorer.client.model
 

Methods in org.gcube.portlets.user.collectionexplorer.client.model that return types with arguments of type ResultObj
 Vector<ResultObj> ResultsContainer.getResultRecords()
           
 

Method parameters in org.gcube.portlets.user.collectionexplorer.client.model with type arguments of type ResultObj
 void ResultsContainer.setResultRecords(Vector<ResultObj> resultRecords)
           
 

Constructor parameters in org.gcube.portlets.user.collectionexplorer.client.model with type arguments of type ResultObj
ResultsContainer(Vector<ResultObj> resultRecords, String[] optionalParams, ResultType type, HashMap<String,String> activelinksIntoVRE)
           
 

Uses of ResultObj in org.gcube.portlets.user.collectionexplorer.client.panels
 

Methods in org.gcube.portlets.user.collectionexplorer.client.panels with parameters of type ResultObj
 void ItemsDisplayerPanel.addSingleResult(ResultObj result, int i, int from, boolean isLastOne)
           
 

Method parameters in org.gcube.portlets.user.collectionexplorer.client.panels with type arguments of type ResultObj
 void ItemsDisplayerPanel.displayresults(Vector<ResultObj> results, int from, int to, String currTotal, boolean normalResults)
           
 



Copyright © 2014. All Rights Reserved.