Package com.portal.pfc.ui
Class AlphaNumericTreeTableNodeComparator
java.lang.Object
com.portal.pfc.ui.TreeTableNodeComparator
com.portal.pfc.ui.AlphaNumericTreeTableNodeComparator
- All Implemented Interfaces:
Comparator
Compare tree table nodes using an alpha-numeric algorithm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareColumnValues
(Object colVal1, Object colVal2) Compare the two tree table node column values using an alpha-numeric algorithm.Methods inherited from class com.portal.pfc.ui.TreeTableNodeComparator
compare, setAscending, setAsksAllowsChildren, setColumn
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
-
Constructor Details
-
AlphaNumericTreeTableNodeComparator
public AlphaNumericTreeTableNodeComparator()
-
-
Method Details
-
compareColumnValues
Compare the two tree table node column values using an alpha-numeric algorithm.- Specified by:
compareColumnValues
in classTreeTableNodeComparator
- Parameters:
colVal1
-colVal2
-- Returns:
- a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
-