public class PropertyDiffDisplayImpl extends Object implements PropertyDiffDisplay
PropertyDiffDisplay
.Modifier and Type | Field and Description |
---|---|
protected DifferenceType |
differenceType |
protected String |
styleClass |
protected Serializable |
value |
DEFAULT_STYLE_CLASS, GREEN_BACKGROUND_STYLE_CLASS, RED_BACKGROUND_STYLE_CLASS
Constructor and Description |
---|
PropertyDiffDisplayImpl(Serializable value) |
PropertyDiffDisplayImpl(Serializable value,
DifferenceType differenceType) |
PropertyDiffDisplayImpl(Serializable value,
DifferenceType differenceType,
String styleClass) |
PropertyDiffDisplayImpl(Serializable value,
String styleClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
DifferenceType |
getDifferenceType() |
String |
getStyleClass() |
Serializable |
getValue() |
void |
setDifferenceType(DifferenceType differenceType) |
void |
setStyleClass(String styleClass) |
void |
setValue(Serializable value) |
String |
toString() |
protected Serializable value
protected DifferenceType differenceType
protected String styleClass
public PropertyDiffDisplayImpl(Serializable value)
public PropertyDiffDisplayImpl(Serializable value, DifferenceType differenceType)
public PropertyDiffDisplayImpl(Serializable value, String styleClass)
public PropertyDiffDisplayImpl(Serializable value, DifferenceType differenceType, String styleClass)
public Serializable getValue()
getValue
in interface PropertyDiffDisplay
public void setValue(Serializable value)
public DifferenceType getDifferenceType()
getDifferenceType
in interface PropertyDiffDisplay
public void setDifferenceType(DifferenceType differenceType)
public String getStyleClass()
getStyleClass
in interface PropertyDiffDisplay
public void setStyleClass(String styleClass)
Copyright © 2018 Nuxeo. All rights reserved.