Uses of Class
org.opencms.workplace.comparison.CmsDiffViewMode
Packages that use CmsDiffViewMode
Package
Description
Utilities for comparing different versions of resources, used by both the classic workplace and the new Vaadin-based workplace.
-
Uses of CmsDiffViewMode in org.opencms.workplace.comparison
Fields in org.opencms.workplace.comparison declared as CmsDiffViewModeModifier and TypeFieldDescriptionstatic final CmsDiffViewMode
CmsDiffViewMode.ALL
Constant for viewing all lines.static final CmsDiffViewMode
CmsDiffViewMode.DIFF_ONLY
Constant for viewing only the different lines.Fields in org.opencms.workplace.comparison with type parameters of type CmsDiffViewModeModifier and TypeFieldDescriptionstatic final List<CmsDiffViewMode>
CmsDiffViewMode.VALUES
List of mode constants.Methods in org.opencms.workplace.comparison that return CmsDiffViewModeModifier and TypeMethodDescriptionstatic CmsDiffViewMode
Parses an string into an element of this enumeration.