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   
org.sonar.api.web.gwt.client.widgets   
 

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
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
 java.util.List<Resource> Resources.getResources()
           
static java.util.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(java.lang.String message, java.lang.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(java.util.List<Resource> resources)
           
 

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

Methods in org.sonar.api.web.gwt.client.widgets that return Resource
 Resource AbstractSourcePanel.getResource()
           
 

Methods in org.sonar.api.web.gwt.client.widgets with parameters of type Resource
protected abstract  void AbstractViewerHeader.display(com.google.gwt.user.client.ui.FlowPanel header, Resource resource)
           
 

Constructors in org.sonar.api.web.gwt.client.widgets with parameters of type Resource
AbstractSourcePanel(Resource resource)
           
AbstractSourcePanel(Resource resource, int from, int length)
           
AbstractViewerHeader(Resource resource, java.util.List<WSMetrics.Metric> metrics)
           
DefaultSourcePanel(Resource resource)
           
DefaultSourcePanel(Resource resource, int from, int length)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.