public class ContentDiffDisplayImpl extends PropertyDiffDisplayImpl implements ContentDiffDisplay
ContentDiffDisplay
.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
getClass, hashCode, notify, notifyAll, wait, wait, wait
getDifferenceType, getStyleClass, getValue
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 © 2015 Nuxeo SA. All rights reserved.