public class ContentDiffDisplayImpl extends PropertyDiffDisplayImpl implements ContentDiffDisplay
ContentDiffDisplay.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
displayHtmlConversion |
protected boolean |
displayTextConversion |
differenceType, styleClass, valueDEFAULT_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, setValueclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDifferenceType, getStyleClass, getValueprotected 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 ContentDiffDisplaypublic void setDisplayHtmlConversion(boolean displayHtmlConversion)
public boolean isDisplayTextConversion()
isDisplayTextConversion in interface ContentDiffDisplaypublic void setDisplayTextConversion(boolean displayTextConversion)
public boolean equals(Object other)
equals in class PropertyDiffDisplayImplpublic String toString()
toString in class PropertyDiffDisplayImplCopyright © 2017 Nuxeo. All rights reserved.