org.sonar.api.web.gwt.client.widgets
Class AbstractSourcePanel.Row

java.lang.Object
  extended by org.sonar.api.web.gwt.client.widgets.AbstractSourcePanel.Row
Enclosing class:
AbstractSourcePanel

public static class AbstractSourcePanel.Row
extends Object


Field Summary
protected  String column1
           
protected  String column2
           
protected  String column3
           
protected  String column4
           
 
Constructor Summary
AbstractSourcePanel.Row()
           
AbstractSourcePanel.Row(int lineIndex, String source)
           
AbstractSourcePanel.Row(String column1, String column2, String column3)
           
AbstractSourcePanel.Row(String column1, String column2, String column3, String column4)
           
 
Method Summary
 String getColumn1()
           
 String getColumn2()
           
 String getColumn3()
           
 String getColumn4()
           
 void setColumn1(String column1)
           
 void setColumn2(String column2)
           
 void setColumn3(String column3)
           
 void setColumn4(String column4)
           
 AbstractSourcePanel.Row setLineIndex(int index, String style)
           
 AbstractSourcePanel.Row setSource(String source, String style)
           
 AbstractSourcePanel.Row setValue(String value, String style)
           
 AbstractSourcePanel.Row setValue2(String value, String style)
           
 AbstractSourcePanel.Row unsetValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column1

protected String column1

column2

protected String column2

column3

protected String column3

column4

protected String column4
Constructor Detail

AbstractSourcePanel.Row

public AbstractSourcePanel.Row(String column1,
                               String column2,
                               String column3)

AbstractSourcePanel.Row

public AbstractSourcePanel.Row(String column1,
                               String column2,
                               String column3,
                               String column4)

AbstractSourcePanel.Row

public AbstractSourcePanel.Row(int lineIndex,
                               String source)

AbstractSourcePanel.Row

public AbstractSourcePanel.Row()
Method Detail

setLineIndex

public AbstractSourcePanel.Row setLineIndex(int index,
                                            String style)

setValue

public AbstractSourcePanel.Row setValue(String value,
                                        String style)

setValue2

public AbstractSourcePanel.Row setValue2(String value,
                                         String style)

unsetValue

public AbstractSourcePanel.Row unsetValue()

setSource

public AbstractSourcePanel.Row setSource(String source,
                                         String style)

getColumn1

public String getColumn1()

setColumn1

public void setColumn1(String column1)

getColumn2

public String getColumn2()

setColumn2

public void setColumn2(String column2)

getColumn3

public String getColumn3()

setColumn3

public void setColumn3(String column3)

getColumn4

public String getColumn4()

setColumn4

public void setColumn4(String column4)


Copyright © 2009 SonarSource SA. All Rights Reserved.