| com.atlassian.jira.issue.customfields.SortableCustomField<T> |
Known Indirect Subclasses
CascadingSelectCFType,
DateCFType,
DateTimeCFType,
GenericTextCFType,
ImportIdLinkCFType,
LabelsCFType,
MultiGroupCFType,
MultiSelectCFType,
MultiUserCFType,
NumberCFType,
ProjectCFType,
ReadOnlyCFType,
RenderableTextCFType,
SelectCFType,
TextAreaCFType,
TextCFType,
URLCFType,
UserCFType,
VersionCFType
| |||||||||||||||||||||||||||||||||||||||||||||||||
Allow a custom field to be natively sortable in the Issue Navigator.
Warning: This sort method is a fallback. Generally custom fields will have an associated CustomFieldSearcher,
whose getSorter(com.atlassian.jira.issue.fields.CustomField) method is responsible for sorting. This interface's compare() is
only called if no searcher is associated with a custom field. It is an order of magnitude
slower than SortableCustomFieldSearcher.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compares the two custom field objects.
| |||||||||||
Compares the two custom field objects.
| customFieldObjectValue1 | Never null |
|---|---|
| customFieldObjectValue2 | Never null |

