public class IconSortField extends SortFieldBase implements IIconSortField
| Constructor and Description |
|---|
IconSortField(IRange key,
IIcon icon)
Sorts the icon.
|
IconSortField(IRange key,
IIcon icon,
SortOrder order) |
| Modifier and Type | Method and Description |
|---|---|
IIcon |
getIcon()
Specifies the icon to sort.
|
SortOrder |
getOrder()
Specifies the sort order.
|
getKey, getPriority, getSortCondition, getSortOn, setPriority, setSortConditionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getPriority, getSortOn, setPrioritypublic IconSortField(IRange key, IIcon icon)
key - The column index.icon - The icon.order - The sort order.public final SortOrder getOrder()
getOrder in interface IIconSortFieldpublic final IIcon getIcon()
getIcon in interface IIconSortField