org.sonar.api.web
Class AbstractDashboardWidget

java.lang.Object
  extended by org.sonar.api.web.AbstractRubyTemplate
      extended by org.sonar.api.web.AbstractDashboardWidget
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension, RubyRailsWidget, View, Widget

Deprecated. override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget

@Deprecated
public abstract class AbstractDashboardWidget
extends AbstractRubyTemplate
implements RubyRailsWidget

Since:
1.10

Constructor Summary
AbstractDashboardWidget()
          Deprecated.  
 
Method Summary
 String getId()
          Deprecated.  
 String getTitle()
          Deprecated.  
 
Methods inherited from class org.sonar.api.web.AbstractRubyTemplate
getTemplate, getTemplatePath, loadTemplateFromCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.api.web.RubyRailsWidget
getTemplate
 

Constructor Detail

AbstractDashboardWidget

public AbstractDashboardWidget()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Specified by:
getId in interface View

getTitle

public String getTitle()
Deprecated. 
Specified by:
getTitle in interface View


Copyright © 2009-2011 SonarSource. All Rights Reserved.