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 TypeMethodDescriptionint
compareColumnValues
(Object o1, Object o2) Compare the two tree table node column values.boolean
Methods inherited from class com.portal.pfc.ui.TreeTableNodeComparator
compare, setAscending, setAsksAllowsChildren, setColumn
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DefaultComparator
protected DefaultComparator()
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceComparator
- Overrides:
equals
in classObject
-
compareColumnValues
Description copied from class:TreeTableNodeComparator
Compare the two tree table node column values.- Specified by:
compareColumnValues
in 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.
-