Interface I_CmsDiffProvider
- All Known Implementing Classes:
A_CmsAttributeDiff
,CmsAttributeDiff
,CmsImageDiff
,CmsPropertyDiff
,CmsShowVersionButtons
,CmsTextDiff
,CmsValueDiff
public interface I_CmsDiffProvider
Interface for classes which display a comparison widget in the comparison view of the history dialog.
-
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.
-
Method Details