org.sonar.plugins.core.violationssourceviewer.client
Class GwtViolationsSourceViewer

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
      extended by org.sonar.plugins.core.violationssourceviewer.client.GwtViolationsSourceViewer
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class GwtViolationsSourceViewer
extends AbstractSourceViewer


Nested Class Summary
 class GwtViolationsSourceViewer.LineDecoratorsHandler
           
 
Nested classes/interfaces inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
AbstractSourceViewer.LinesHandler
 
Field Summary
static java.lang.String GWT_ID
           
 
Fields inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
ERROR_STYLE, expandLinkActivation, HTML_ROOT_ID, INFO_STYLE, loadedSource, WARNING_STYLE
 
Constructor Summary
GwtViolationsSourceViewer()
           
 
Method Summary
protected  void exportJavascript()
           
static void exportNativeJavascript(GwtViolationsSourceViewer obj)
           
protected  java.lang.String getGwtId()
           
protected  void requestLineDecorators(java.lang.String sourceKey)
           
protected  boolean showValueColumn()
           
 
Methods inherited from class org.sonar.plugins.api.web.gwt.client.AbstractSourceViewer
getDecorators, isDecoratorsRetrieved, isLinesRetrieved, loadContainer, loadSource, onModuleLoad, refreshLines, requestLines, setDecorators, setDecoratorsRetrieved, setExpandLinkActivation, setLines, setLinesRetrieved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GWT_ID

public static final java.lang.String GWT_ID
See Also:
Constant Field Values
Constructor Detail

GwtViolationsSourceViewer

public GwtViolationsSourceViewer()
Method Detail

getGwtId

protected java.lang.String getGwtId()
Specified by:
getGwtId in class AbstractSourceViewer

showValueColumn

protected boolean showValueColumn()
Specified by:
showValueColumn in class AbstractSourceViewer

requestLineDecorators

protected void requestLineDecorators(java.lang.String sourceKey)
Specified by:
requestLineDecorators in class AbstractSourceViewer

exportJavascript

protected void exportJavascript()
Specified by:
exportJavascript in class AbstractSourceViewer

exportNativeJavascript

public static void exportNativeJavascript(GwtViolationsSourceViewer obj)


Copyright © 2008 SonarSource SA. All Rights Reserved.