public static class SideBySideView.Line.Item extends Object
| Constructor and Description |
|---|
SideBySideView.Line.Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClass()
Returns the cssClass of the Item.
|
String |
getLineNumber()
Returns the line number of the Item.
|
String |
getText()
Returns the text of the Item.
|
void |
setCssClass(String cssClass)
Sets cssClass.
|
void |
setLineNumber(Integer lineNumber) |
void |
setText(String text) |
public String getLineNumber()
public String getText()
public String getCssClass()
public void setCssClass(String cssClass)
cssClass - cssClasspublic void setLineNumber(Integer lineNumber)
lineNumber - the lineNumber to setpublic void setText(String text)
text - the text to setCopyright © 2004–2015. All rights reserved.