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 ColumnLayoutItem
public String getId()
ColumnLayoutItem
NavigableField
, the id of the column will be the same as the id of the field.getId
in interface ColumnLayoutItem
public int getPosition()
getPosition
in interface ColumnLayoutItem
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean isAliasForField(ApplicationUser user, String jqlName)
isAliasForField
in interface ColumnLayoutItem
public String getHtml(Map displayParams, Issue issue)
getHtml
in interface ColumnLayoutItem
public String getColumnHeadingKey()
ColumnLayoutItem
NavigableField.getColumnHeadingKey()
but
implementations can override this to provide different column headings as appropriategetColumnHeadingKey
in interface ColumnLayoutItem
I18nHelper.getText(String)
to get a
headingCopyright © 2002-2016 Atlassian. All Rights Reserved.