@PublicApi public interface ColumnLayoutItem extends Comparable
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<ColumnLayoutItem,String> |
TO_ID
Transform to its id.
|
Modifier and Type | Method and Description |
---|---|
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() |
boolean |
isAliasForField(ApplicationUser user,
String sortField) |
compareTo
static final com.google.common.base.Function<ColumnLayoutItem,String> TO_ID
NavigableField getNavigableField()
String getId()
NavigableField
, the id of the column will be the same as the id of the field.boolean isAliasForField(ApplicationUser user, String sortField)
int getPosition()
String getColumnHeadingKey()
NavigableField.getColumnHeadingKey()
but
implementations can override this to provide different column headings as appropriateI18nHelper.getText(String)
to get a
headingCopyright © 2002-2015 Atlassian. All Rights Reserved.