Class CalendarComparator
- java.lang.Object
-
- org.hippoecm.frontend.plugins.gallery.compare.PropertyComparator
-
- org.hippoecm.frontend.plugins.gallery.compare.CalendarComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<Node>
,org.apache.wicket.util.io.IClusterable
public class CalendarComparator extends PropertyComparator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalendarComparator(String prop)
CalendarComparator(String prop, String relPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
compare(Property p1, Property p2)
-
Methods inherited from class org.hippoecm.frontend.plugins.gallery.compare.PropertyComparator
compare
-
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
-
-