Class IconSortField
-
Constructor Summary
Constructors
-
Method Summary
Specifies the icon to sort.
Specifies the sort order.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IconSortField
Sorts the icon.
- Parameters:
key
- The column index.
icon
- The icon.
-
IconSortField
Sorts the icon.
- Parameters:
key
- The column index.
icon
- The icon.
order
- The sort order.
-