com.atlassian.jira.issue.customfields.config.item
Class DefaultValueConfigItem

java.lang.Object
  extended bycom.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
All Implemented Interfaces:
FieldConfigItemType

public class DefaultValueConfigItem
extends Object
implements FieldConfigItemType


Constructor Summary
DefaultValueConfigItem()
           
 
Method Summary
 String getBaseEditUrl()
           
 Object getConfigurationObject(Issue issue, FieldConfig config)
           
 String getDisplayName()
           
 String getObjectKey()
           
 String getViewHtml(FieldConfig config, FieldLayoutItem fieldLayoutItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValueConfigItem

public DefaultValueConfigItem()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface FieldConfigItemType

getViewHtml

public String getViewHtml(FieldConfig config,
                          FieldLayoutItem fieldLayoutItem)
Specified by:
getViewHtml in interface FieldConfigItemType

getObjectKey

public String getObjectKey()
Specified by:
getObjectKey in interface FieldConfigItemType

getConfigurationObject

public Object getConfigurationObject(Issue issue,
                                     FieldConfig config)
Specified by:
getConfigurationObject in interface FieldConfigItemType

getBaseEditUrl

public String getBaseEditUrl()
Specified by:
getBaseEditUrl in interface FieldConfigItemType


Copyright © 2002-2006 Atlassian. All Rights Reserved.