Class CmsImageDiff
java.lang.Object
org.opencms.ui.dialogs.history.diff.CmsImageDiff
- All Implemented Interfaces:
I_CmsDiffProvider
Displays two image versions side by side, scaled.
-
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
-
CmsImageDiff
public CmsImageDiff()
-
-
Method Details