Uses of Class
org.sonar.api.web.gwt.client.webservices.Resource

Packages that use Resource
org.sonar.api.web.gwt.client   
org.sonar.api.web.gwt.client.webservices   
 

Uses of Resource in org.sonar.api.web.gwt.client
 

Methods in org.sonar.api.web.gwt.client with parameters of type Resource
static void Utils.openResourcePopup(Resource resource, String metricKey)
          Deprecated. Display the resource in a popup.
 

Uses of Resource in org.sonar.api.web.gwt.client.webservices
 

Methods in org.sonar.api.web.gwt.client.webservices that return Resource
 Resource Resources.firstResource()
          Deprecated.  
 

Methods in org.sonar.api.web.gwt.client.webservices that return types with arguments of type Resource
 List<Resource> Resources.getResources()
          Deprecated.  
static List<Resource> ResourcesQuery.parseResources(com.google.gwt.core.client.JavaScriptObject json)
          Deprecated.  
 

Constructor parameters in org.sonar.api.web.gwt.client.webservices with type arguments of type Resource
Resources(List<Resource> resources)
          Deprecated.  
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.