org.syncope.console.commons
Class SortableUserProviderComparator
java.lang.Object
org.syncope.console.commons.SortableDataProviderComparator<UserTO>
org.syncope.console.commons.SortableUserProviderComparator
- All Implemented Interfaces:
- Serializable, Comparator<UserTO>
public class SortableUserProviderComparator
- extends SortableDataProviderComparator<UserTO>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortableUserProviderComparator
public SortableUserProviderComparator(org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<UserTO> provider)
compare
public int compare(UserTO o1,
UserTO o2)
- Specified by:
compare in interface Comparator<UserTO>- Overrides:
compare in class SortableDataProviderComparator<UserTO>
Copyright © 2011. All Rights Reserved.