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

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

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

Subinterfaces of Field in com.atlassian.greenhopper.web.rapid.issue.fields
 interface ComplexEditableField
          A field which can be edited, but in contrast to SimpleEditableField, this field cannot just be updated using IssueUpdateService.
 interface SimpleEditableField
          A Field which can be edited simply using JIRA's IssueService (but we actually use IssueUpdateService under the covers.
 interface SubTaskAwareField
          A field which needs to know about an issues sub-tasks in order to construct its view entry FieldEntry.
 

Classes in com.atlassian.greenhopper.web.rapid.issue.fields that implement Field
 class AbstractAggregateRemainingEstimateField
          Abstract class representing the 'field' of an aggregate remaining estimate.
 class AffectedVersionsField
           
 class AggregateRemainingEstimateField
          A field to display the aggregate remaining estimate of an issue and its sub-tasks.
 class AssigneeField
           
 class ComponentsField
           
 class CreatedDateField
           
 class DescriptionField
           
 class FixForVersionsField
           
 class IssueKeyField
           
 class LabelsField
           
 class NumberCustomField
          Number custom fields.
 class OriginalEstimateField
           
 class ReadOnlyField
          Fields which are read-only do not need to implement the createEditEntry() method
 class RemainingEstimateField
           
 class ReporterField
           
 class StatusField
           
 class SubTasksRemainingEstimateField
          A field to display the aggregate remaining estimate of an issue's sub-tasks, but not the issue itself.
 class SummaryField
           
 class UpdatedDateField
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.