Class A_CmsAttributeDiff.IsAttributeDifference
java.lang.Object
org.opencms.ui.dialogs.history.diff.A_CmsAttributeDiff.IsAttributeDifference
- All Implemented Interfaces:
com.google.common.base.Predicate<CmsAttributeComparison>
,Predicate<CmsAttributeComparison>
- Enclosing class:
- A_CmsAttributeDiff
public static class A_CmsAttributeDiff.IsAttributeDifference
extends Object
implements com.google.common.base.Predicate<CmsAttributeComparison>
Predicate used to check if an attribute comparison bean actually represents a difference.
-
Constructor Details
-
IsAttributeDifference
public IsAttributeDifference()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<CmsAttributeComparison>
- See Also:
-
Predicate.apply(java.lang.Object)
-