Uses of Interface
com.atlassian.greenhopper.web.rapid.issue.fields.SimpleEditableFieldEntryFactory

Packages that use SimpleEditableFieldEntryFactory
com.atlassian.greenhopper.web.rapid.issue.fields   
 

Uses of SimpleEditableFieldEntryFactory in com.atlassian.greenhopper.web.rapid.issue.fields
 

Classes in com.atlassian.greenhopper.web.rapid.issue.fields that implement SimpleEditableFieldEntryFactory
 class DescriptionFieldEntryFactory
           
 class EpicStatusFieldEntryFactory
          Epic Status Field Factory to allow us to inline edit the Epic Status
 class NumberCustomFieldEntryFactory
          Number custom fields.
 class SummaryFieldEntryFactory
           
 class TextCustomFieldEntryFactory
          Text custom fields.
 

Methods in com.atlassian.greenhopper.web.rapid.issue.fields with parameters of type SimpleEditableFieldEntryFactory
 ServiceOutcome<java.lang.Void> FieldHelper.updateField(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, SimpleEditableFieldEntryFactory editableField, java.lang.String newValue)
          Updates the value of a SimpleEditableFieldEntryFactory for the specified Issue using the IssueUpdateService.
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.