Class CmsShowVersionButtons
java.lang.Object
org.opencms.ui.dialogs.history.diff.CmsShowVersionButtons
- All Implemented Interfaces:
I_CmsDiffProvider
Provides buttons for showing the two versions being compared.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.ui.Button
createButton
(CmsObject cms, CmsHistoryResourceBean version) Creates a 'show version' button.com.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
-
CmsShowVersionButtons
public CmsShowVersionButtons()
-
-
Method Details