Class ReadOnlyFieldEntryFactory
java.lang.Object
com.atlassian.greenhopper.web.rapid.issue.fields.ReadOnlyFieldEntryFactory
- All Implemented Interfaces:
FieldEntryFactory
- Direct Known Subclasses:
AbstractAggregateRemainingEstimateFieldEntryFactory,IssueKeyFieldEntryFactory,ParentIssueKeyFieldEntryFactory,ReadOnlyCustomFieldEntryFactory,ReadOnlySystemFieldEntryFactory
Fields which are read-only do not need to implement the createEditEntry() method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntryFactory
createViewEntry, getId, isFieldValid
-
Constructor Details
-
ReadOnlyFieldEntryFactory
public ReadOnlyFieldEntryFactory()
-
-
Method Details
-
createEditEntry
public FieldEntry createEditEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser user) - Specified by:
createEditEntryin interfaceFieldEntryFactory
-