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 that return Resource
 Resource AbstractViewer.getResource()
           
 

Methods in org.sonar.api.web.gwt.client with parameters of type Resource
protected abstract  boolean AbstractViewer.isDefault(WSMetrics.Metric metric, Resource resource)
          When multiple widgets are bound to the same HTML div, this method will indicate If the resource widget is the default one to show when the widget is initialized
protected abstract  boolean AbstractViewer.isForResource(Resource resource)
          When multiple widgets are in the same page, this method will indicate if the widget can be shown for the given resource
static void Utils.openResourcePopup(Resource resource, String metricKey)
          Display the resource in a popup.
protected abstract  com.google.gwt.user.client.ui.Widget AbstractViewer.render(Resource resource)
          Renders the widget for the current resource
 

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()
           
 Resource Violation.getResource()
           
 

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

Methods in org.sonar.api.web.gwt.client.webservices with parameters of type Resource
 void Violation.setResource(Resource resource)
           
 

Constructors in org.sonar.api.web.gwt.client.webservices with parameters of type Resource
Violation(String message, String priority, int line, Rule rule, Resource resource)
           
 

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.