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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeedbackMessageComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
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
-
-
-
-
Method Detail
-
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>
-
-