org.sonar.plugins.api.web.gwt.client
Class EmptySourceDecorator

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.SourceDecorator
      extended by org.sonar.plugins.api.web.gwt.client.EmptySourceDecorator

public class EmptySourceDecorator
extends SourceDecorator


Field Summary
 
Fields inherited from class org.sonar.plugins.api.web.gwt.client.SourceDecorator
CSS_CLASS_INDEX, CSS_CLASS_SOURCE, CSS_CLASS_VALUE
 
Constructor Summary
EmptySourceDecorator(Resource resource)
           
 
Method Summary
protected  Query getDecorationQuery()
           
protected  SourcePanel.DecoratorCallBack<?> getQueryCallBack(SourcePanel sourcePanel)
           
 boolean hasValueCells()
           
 
Methods inherited from class org.sonar.plugins.api.web.gwt.client.SourceDecorator
decorateHeader, decorateIndex, decorateSource, decorateValue, getResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySourceDecorator

public EmptySourceDecorator(Resource resource)
Method Detail

hasValueCells

public boolean hasValueCells()
Overrides:
hasValueCells in class SourceDecorator

getDecorationQuery

protected Query getDecorationQuery()
Specified by:
getDecorationQuery in class SourceDecorator

getQueryCallBack

protected SourcePanel.DecoratorCallBack<?> getQueryCallBack(SourcePanel sourcePanel)
Specified by:
getQueryCallBack in class SourceDecorator


Copyright © 2009 SonarSource SA. All Rights Reserved.