Uses of Class
org.opencms.gwt.shared.CmsHistoryResourceBean
Packages that use CmsHistoryResourceBean
Package
Description
Core shared stuff.
Contains code for the file history dialog.
Contains code for the comparison view of the file history dialog.
-
Uses of CmsHistoryResourceBean in org.opencms.ui.dialogs.history
Methods in org.opencms.ui.dialogs.history with parameters of type CmsHistoryResourceBeanModifier and TypeMethodDescriptionstatic String
CmsHistoryRow.formatVersion
(CmsHistoryResourceBean bean) Formats the file version for display.Constructors in org.opencms.ui.dialogs.history with parameters of type CmsHistoryResourceBean -
Uses of CmsHistoryResourceBean in org.opencms.ui.dialogs.history.diff
Methods in org.opencms.ui.dialogs.history.diff with parameters of type CmsHistoryResourceBeanModifier and TypeMethodDescriptioncom.vaadin.ui.Button
CmsShowVersionButtons.createButton
(CmsObject cms, CmsHistoryResourceBean version) Creates a 'show version' button.com.google.common.base.Optional<com.vaadin.ui.Component>
A_CmsAttributeDiff.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) com.google.common.base.Optional<com.vaadin.ui.Component>
CmsImageDiff.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) com.google.common.base.Optional<com.vaadin.ui.Component>
CmsShowVersionButtons.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) com.google.common.base.Optional<com.vaadin.ui.Component>
CmsTextDiff.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) com.google.common.base.Optional<com.vaadin.ui.Component>
CmsValueDiff.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) com.google.common.base.Optional<com.vaadin.ui.Component>
I_CmsDiffProvider.diff
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) Optionally returns a comparison component to display for the given resource versions.abstract List<CmsAttributeComparison>
A_CmsAttributeDiff.getDifferences
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) Gets the attribute comparison beans representing the differences.CmsAttributeDiff.getDifferences
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) CmsPropertyDiff.getDifferences
(CmsObject cms, CmsHistoryResourceBean v1, CmsHistoryResourceBean v2) static String
A_CmsAttributeDiff.getVersionString
(CmsHistoryResourceBean bean) Builds a version string which can be used by CmsResourceComparison from a history resource bean.static CmsResource
A_CmsAttributeDiff.readResource
(CmsObject cms, CmsHistoryResourceBean bean) Reads a historical resource for a history resource bean.Constructors in org.opencms.ui.dialogs.history.diff with parameters of type CmsHistoryResourceBeanModifierConstructorDescription