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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyField
All Implemented Interfaces:
Field
Direct Known Subclasses:
AbstractAggregateRemainingEstimateField, AffectedVersionsField, AssigneeField, ComponentsField, CreatedDateField, FixForVersionsField, IssueKeyField, LabelsField, ReporterField, StatusField, UpdatedDateField

public abstract class ReadOnlyField
extends java.lang.Object
implements Field

Fields which are read-only do not need to implement the createEditEntry() method


Constructor Summary
ReadOnlyField()
           
 
Method Summary
 FieldEntry createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 
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.Field
createViewEntry, getId
 

Constructor Detail

ReadOnlyField

public ReadOnlyField()
Method Detail

createEditEntry

public FieldEntry createEditEntry(I18n2 i18n,
                                  com.atlassian.jira.issue.Issue issue,
                                  com.atlassian.crowd.embedded.api.User user)
Specified by:
createEditEntry in interface Field


Copyright © 2007-2012 Atlassian. All Rights Reserved.