com.atlassian.jira.issue.fields.config
Interface FieldConfigItem
public interface FieldConfigItem
Models a row in a field configuration.
getDisplayName
String getDisplayName()
- Note: use
getDisplayNameKey() where possible.
- Returns:
- the display name for this config item in hard-coded English
getDisplayNameKey
String getDisplayNameKey()
- Returns:
- the display name for this config item as an i18n key
getViewHtml
String getViewHtml(FieldLayoutItem fieldLayoutItem)
getFieldConfig
FieldConfig getFieldConfig()
getType
FieldConfigItemType getType()
getObjectKey
String getObjectKey()
getConfigurationObject
Object getConfigurationObject(Issue issue)
getBaseEditUrl
String getBaseEditUrl()
Copyright © 2002-2011 Atlassian. All Rights Reserved.