org.exoplatform.calendar.webui
Class UIListView.CalendarEventComparator
java.lang.Object
org.exoplatform.calendar.webui.UIListView.CalendarEventComparator
- All Implemented Interfaces:
- java.util.Comparator
- Enclosing class:
- UIListView
public static class UIListView.CalendarEventComparator
- extends java.lang.Object
- implements java.util.Comparator
| 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 |
EVENT_SUMMARY
public static final int EVENT_SUMMARY
- See Also:
- Constant Field Values
EVENT_PRIORITY
public static final int EVENT_PRIORITY
- See Also:
- Constant Field Values
EVENT_DESCRIPTION
public static final int EVENT_DESCRIPTION
- See Also:
- Constant Field Values
EVENT_START
public static final int EVENT_START
- See Also:
- Constant Field Values
EVENT_END
public static final int EVENT_END
- See Also:
- Constant Field Values
UIListView.CalendarEventComparator
public UIListView.CalendarEventComparator()
setCompareField
public void setCompareField(int compareField)
getCompareField
public int getCompareField()
setRevertOrder
public void setRevertOrder(boolean b)
getRevertOrder
public boolean getRevertOrder()
getPriority
public int getPriority(java.lang.String priority)
compare
public int compare(java.lang.Object o1,
java.lang.Object o2)
throws java.lang.ClassCastException
- Specified by:
compare in interface java.util.Comparator
- Throws:
java.lang.ClassCastException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.