Interface FieldDifferences
public interface FieldDifferences
Result of comparing 2 fields using the
Field.compareWith(Field)
method.- Since:
- 3.10.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
Renders the differences in the left field.Renders the differences in the right field.
-
Method Details
-
isEmpty
boolean isEmpty()- Returns:
- true when there are no differences.
-
leftField
- Returns:
- the reference to the original field on which the method
Field.compareWith(Field)
was called.
-
rightField
- Returns:
- the reference to the field which passed as parameter to the method
Field.compareWith(Field)
.
-
renderLeft
-
renderRight
-