|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.issue.customfields.config.item.FieldPresentationConfigItem
public class FieldPresentationConfigItem
Field Summary | |
---|---|
static String |
OBJECT_KEY
|
Constructor Summary | |
---|---|
FieldPresentationConfigItem(GenericConfigManager genericConfigManager)
|
Method Summary | |
---|---|
String |
getBaseEditUrl()
Creates the base of the URL that links to the configuration screen for this type of configuration. |
BasicConfigDescriptor |
getBasicConfigDescriptor()
|
Object |
getConfigurationObject(Issue issue,
FieldConfig config)
Returns an Object that holds the the configuration. |
String |
getDisplayName()
The user interface name for this dimension of configuration. |
String |
getDisplayNameKey()
The i18n key for the user interface name for this dimension of configuration. |
String |
getObjectKey()
Returns a key unique among FieldConfigItemType implementations for the configuration value so it can be retrieved from a key-value pair store. |
String |
getViewHtml(FieldConfig fieldConfig,
FieldLayoutItem fieldLayoutItem)
Renders a view of the current configuration as html. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_KEY
Constructor Detail |
---|
public FieldPresentationConfigItem(GenericConfigManager genericConfigManager)
Method Detail |
---|
public String getDisplayName()
FieldConfigItemType
getDisplayName
in interface FieldConfigItemType
public String getDisplayNameKey()
FieldConfigItemType
getDisplayNameKey
in interface FieldConfigItemType
public String getViewHtml(FieldConfig fieldConfig, FieldLayoutItem fieldLayoutItem)
FieldConfigItemType
getViewHtml
in interface FieldConfigItemType
public String getObjectKey()
FieldConfigItemType
getObjectKey
in interface FieldConfigItemType
public Object getConfigurationObject(Issue issue, FieldConfig config)
FieldConfigItemType
getConfigurationObject
in interface FieldConfigItemType
public String getBaseEditUrl()
FieldConfigItemType
getBaseEditUrl
in interface FieldConfigItemType
public BasicConfigDescriptor getBasicConfigDescriptor()
getBasicConfigDescriptor
in interface BasicConfigItemType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |