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

All Known Implementing Classes:
FieldConfigItemImpl

public interface FieldConfigItem

Models a row in a field configuration.


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

Method Detail

getDisplayName

java.lang.String getDisplayName()
Note: use getDisplayNameKey() where possible.

Returns:
the display name for this config item in hard-coded English

getDisplayNameKey

java.lang.String getDisplayNameKey()
Returns:
the display name for this config item as an i18n key

getViewHtml

java.lang.String getViewHtml(FieldLayoutItem fieldLayoutItem)

getFieldConfig

FieldConfig getFieldConfig()

getType

FieldConfigItemType getType()

getObjectKey

java.lang.String getObjectKey()

getConfigurationObject

java.lang.Object getConfigurationObject(Issue issue)

getBaseEditUrl

java.lang.String getBaseEditUrl()


Copyright © 2002-2010 Atlassian. All Rights Reserved.