Package org.hippoecm.frontend.validation
Class FeedbackMessageComparator
java.lang.Object
org.hippoecm.frontend.validation.FeedbackMessageComparator
- All Implemented Interfaces:
Serializable
,Comparator<org.apache.wicket.feedback.FeedbackMessage>
,org.apache.wicket.util.io.IClusterable
public class FeedbackMessageComparator
extends Object
implements Comparator<org.apache.wicket.feedback.FeedbackMessage>, org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.apache.wicket.feedback.FeedbackMessage f1, org.apache.wicket.feedback.FeedbackMessage f2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
FeedbackMessageComparator
public FeedbackMessageComparator()
-
-
Method Details
-
compare
public int compare(org.apache.wicket.feedback.FeedbackMessage f1, org.apache.wicket.feedback.FeedbackMessage f2) - Specified by:
compare
in interfaceComparator<org.apache.wicket.feedback.FeedbackMessage>
-