com.atlassian.greenhopper.web.rapid.issue.fields
Class CustomFieldEntryFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
      extended by com.atlassian.greenhopper.web.rapid.issue.fields.CustomFieldEntryFactory
All Implemented Interfaces:
FieldEntryFactory

public class CustomFieldEntryFactory
extends ReadOnlyFieldEntryFactory
implements FieldEntryFactory


Constructor Summary
CustomFieldEntryFactory(FieldHelper helper, com.atlassian.jira.issue.fields.CustomField field)
           
 
Method Summary
 HtmlFieldEntry createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 java.lang.String getId()
           
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
createEditEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createEditEntry
 

Constructor Detail

CustomFieldEntryFactory

public CustomFieldEntryFactory(FieldHelper helper,
                               com.atlassian.jira.issue.fields.CustomField field)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface FieldEntryFactory

createViewEntry

public HtmlFieldEntry createViewEntry(I18n2 i18n,
                                      com.atlassian.jira.issue.Issue issue,
                                      com.atlassian.crowd.embedded.api.User user)
Specified by:
createViewEntry in interface FieldEntryFactory


Copyright © 2007-2012 Atlassian. All Rights Reserved.