public class ContentDiffDisplayImpl extends PropertyDiffDisplayImpl implements ContentDiffDisplay
ContentDiffDisplay
.Modifier and Type | Field and Description |
---|---|
protected boolean |
displayHtmlConversion |
protected boolean |
displayTextConversion |
differenceType, styleClass, value
DEFAULT_STYLE_CLASS, GREEN_BACKGROUND_STYLE_CLASS, RED_BACKGROUND_STYLE_CLASS
Constructor and Description |
---|
ContentDiffDisplayImpl(Serializable value) |
ContentDiffDisplayImpl(Serializable value,
boolean displayHtmlConversion,
boolean displayTextConversion) |
ContentDiffDisplayImpl(Serializable value,
DifferenceType differenceType) |
ContentDiffDisplayImpl(Serializable value,
DifferenceType differenceType,
boolean displayHtmlConversion,
boolean displayTextConversion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
boolean |
isDisplayHtmlConversion() |
boolean |
isDisplayTextConversion() |
void |
setDisplayHtmlConversion(boolean displayHtmlConversion) |
void |
setDisplayTextConversion(boolean displayTextConversion) |
String |
toString() |
getDifferenceType, getStyleClass, getValue, setDifferenceType, setStyleClass, setValue
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDifferenceType, getStyleClass, getValue
protected boolean displayHtmlConversion
protected boolean displayTextConversion
public ContentDiffDisplayImpl(Serializable value)
public ContentDiffDisplayImpl(Serializable value, boolean displayHtmlConversion, boolean displayTextConversion)
public ContentDiffDisplayImpl(Serializable value, DifferenceType differenceType)
public ContentDiffDisplayImpl(Serializable value, DifferenceType differenceType, boolean displayHtmlConversion, boolean displayTextConversion)
public boolean isDisplayHtmlConversion()
isDisplayHtmlConversion
in interface ContentDiffDisplay
public void setDisplayHtmlConversion(boolean displayHtmlConversion)
public boolean isDisplayTextConversion()
isDisplayTextConversion
in interface ContentDiffDisplay
public void setDisplayTextConversion(boolean displayTextConversion)
public boolean equals(Object other)
equals
in class PropertyDiffDisplayImpl
public String toString()
toString
in class PropertyDiffDisplayImpl
Copyright © 2019 Nuxeo. All rights reserved.