Package com.portal.pfc.ui
Class DefaultTreeTableNode.DefaultComparator
java.lang.Object
com.portal.pfc.ui.TreeTableNodeComparator
com.portal.pfc.ui.DefaultTreeTableNode.DefaultComparator
- All Implemented Interfaces:
Comparator
- Enclosing class:
DefaultTreeTableNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareColumnValues(Object o1, Object o2) Compare the two tree table node column values.booleanMethods inherited from class com.portal.pfc.ui.TreeTableNodeComparator
compare, setAscending, setAsksAllowsChildren, setColumnMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DefaultComparator
protected DefaultComparator()
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceComparator- Overrides:
equalsin classObject
-
compareColumnValues
Description copied from class:TreeTableNodeComparatorCompare the two tree table node column values.- Specified by:
compareColumnValuesin classTreeTableNodeComparator- Parameters:
o1-o2-- Returns:
- a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
-