|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigableField
Fields in JIRA which are able to be placed in the Issue Navigator implement this interface.
| Field Summary | |
|---|---|
static String |
ORDER_ASCENDING
|
static String |
ORDER_DESCENDING
|
static String |
TEMPLATE_DIRECTORY_PATH
|
| Method Summary | |
|---|---|
String |
getColumnCssClass()
|
String |
getColumnHeadingKey()
|
String |
getColumnViewHtml(FieldLayoutItem fieldLayoutItem,
Map displayParams,
Issue issue)
|
String |
getDefaultSortOrder()
The order in which to sort the field when it is sorted for the first time. |
String |
getHiddenFieldId()
Returns the id of the field to check for visibility. |
org.apache.lucene.search.SortComparatorSource |
getSortComparatorSource()
A sortComparatorSource object to be used for sorting columns in a table. |
LuceneFieldSorter |
getSorter()
A sorter to be used when sorting columns in a table. |
String |
prettyPrintChangeHistory(String changeHistory)
|
String |
prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
Used for email notification templates - allows changelog to be displayed in language of the recipient. |
| Methods inherited from interface com.atlassian.jira.issue.fields.Field |
|---|
getId, getName, getNameKey |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final String TEMPLATE_DIRECTORY_PATH
static final String ORDER_ASCENDING
static final String ORDER_DESCENDING
| Method Detail |
|---|
String getColumnHeadingKey()
String getColumnCssClass()
String getDefaultSortOrder()
ORDER_ASCENDING or ORDER_DESCENDINGorg.apache.lucene.search.SortComparatorSource getSortComparatorSource()
MappedSortComparator using the getSorter()
method. However, fields can provide any sorting mechanism that they wish.
LuceneFieldSorter getSorter()
getSortComparatorSource()DocumentIssueImpl,
MappedSortComparator
String getColumnViewHtml(FieldLayoutItem fieldLayoutItem,
Map displayParams,
Issue issue)
String getHiddenFieldId()
String prettyPrintChangeHistory(String changeHistory)
String prettyPrintChangeHistory(String changeHistory,
I18nHelper i18nHelper)
changeHistory -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||