public class ColumnLayoutItemImpl extends Object implements ColumnLayoutItem
TO_ID| Constructor and Description |
|---|
ColumnLayoutItemImpl(NavigableField navigableField,
int position) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
String |
getColumnHeadingKey()
Return some text for the Column Header.
|
String |
getHtml(Map displayParams,
Issue issue) |
String |
getId()
Return the string form of the unique identifier for this column.
|
NavigableField |
getNavigableField() |
int |
getPosition() |
String |
getSafeSortOrder(String specifiedSortOrder) |
int |
hashCode() |
boolean |
isAliasForField(ApplicationUser user,
String jqlName) |
String |
toString() |
public ColumnLayoutItemImpl(NavigableField navigableField, int position)
public NavigableField getNavigableField()
getNavigableField in interface ColumnLayoutItempublic String getId()
ColumnLayoutItemNavigableField, the id of the column will be the same as the id of the field.getId in interface ColumnLayoutItempublic int getPosition()
getPosition in interface ColumnLayoutItempublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean isAliasForField(ApplicationUser user, String jqlName)
isAliasForField in interface ColumnLayoutItempublic String getHtml(Map displayParams, Issue issue)
getHtml in interface ColumnLayoutItempublic String getColumnHeadingKey()
ColumnLayoutItemNavigableField.getColumnHeadingKey() but
implementations can override this to provide different column headings as appropriategetColumnHeadingKey in interface ColumnLayoutItemI18nHelper.getText(String) to get a
headingCopyright © 2002-2018 Atlassian. All Rights Reserved.