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
 String getBaseEditUrl()
           
 Object getConfigurationObject(Issue issue)
           
 String getDisplayName()
           
 FieldConfig getFieldConfig()
           
 String getObjectKey()
           
 FieldConfigItemType getType()
           
 String getViewHtml(FieldLayoutItem fieldLayoutItem)
           
 

Method Detail

getDisplayName

public String getDisplayName()

getViewHtml

public String getViewHtml(FieldLayoutItem fieldLayoutItem)

getFieldConfig

public FieldConfig getFieldConfig()

getType

public FieldConfigItemType getType()

getObjectKey

public String getObjectKey()

getConfigurationObject

public Object getConfigurationObject(Issue issue)

getBaseEditUrl

public String getBaseEditUrl()


Copyright © 2002-2007 Atlassian. All Rights Reserved.