Class CmsValueDiff
java.lang.Object
org.opencms.ui.dialogs.history.diff.CmsValueDiff
- All Implemented Interfaces:
I_CmsDiffProvider
Displays either a diff for the XML file, or a table displaying the differences between individual content values,
allowing the user to switch between the two views.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.base.Optional<com.vaadin.ui.Component>
diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) Optionally returns a comparison component to display for the given resource versions.
-
Constructor Details
-
CmsValueDiff
public CmsValueDiff()
-
-
Method Details