com.atlassian.jira.issue.fields.config
Interface FieldConfigItem

All Known Implementing Classes:
FieldConfigItemImpl

@PublicApi
public interface FieldConfigItem

Models a row in a field configuration.


Method Summary
 String getBaseEditUrl()
           
 Object getConfigurationObject(Issue issue)
           
 String getDisplayName()
          Note: use getDisplayNameKey() where possible.
 String getDisplayNameKey()
           
 FieldConfig getFieldConfig()
           
 String getObjectKey()
           
 FieldConfigItemType getType()
           
 String getViewHtml(FieldLayoutItem fieldLayoutItem)
           
 

Method Detail

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-2012 Atlassian. All Rights Reserved.