Package com.atlassian.greenhopper.web.rapid.issue.fields

Interface Summary
ComplexEditableFieldEntryFactory A field which can be edited, but in contrast to SimpleEditableFieldEntryFactory, this field cannot just be updated using IssueUpdateService.
FieldEntryFactory A field which may be displayed and optionally edited on the Rapid Board's Detail Issue view.
SimpleEditableFieldEntryFactory A FieldEntryFactory which can be edited simply using JIRA's IssueService (but we actually use IssueUpdateService under the covers.
SubTaskAwareFieldEntryFactory A field which needs to know about an issues sub-tasks in order to construct its view entry FieldEntry.
 

Class Summary
AbstractAggregateRemainingEstimateFieldEntryFactory Abstract class representing the 'field' of an aggregate remaining estimate.
AbstractCustomFieldEntryFactory<T extends FieldEntry>  
AffectedVersionsFieldEntryFactory  
AggregateRemainingEstimateFieldEntryFactory A field to display the aggregate remaining estimate of an issue and its sub-tasks.
AssigneeFieldEntryFactory  
ComponentsFieldEntryFactory  
CreatedDateFieldEntryFactory  
DefaultCustomFieldEntryFactory  
DescriptionFieldEntryFactory  
EpicLinkFieldEntry  
EpicLinkFieldEntryFactory Generates the FieldEntry for the epic label field.
EpicStatusFieldEntryFactory Epic Status Field Factory to allow us to inline edit the Epic Status
FieldDetailType Data type for custom field details to be added to issue detail fields
FieldDetailTypeChecker Maps class types to the correct edit type and category for display on issue details.
FieldEntry  
FieldHelper Contains methods which are useful for the FieldEntryFactory classes in rendering and updating their values.
FieldUpdatedEntry  
FixForVersionsFieldEntryFactory  
HtmlFieldEntry  
IssueKeyFieldEntryFactory  
IssueLinksSystemFieldEntryFactory Creates FieldEntry for the issue links system field.
LabelsCustomFieldEntryFactory  
LabelsFieldEntryFactory  
NumberCustomFieldEntryFactory Number custom fields.
NumberFieldEntry  
OriginalEstimateFieldEntryFactory  
ReadOnlyCustomFieldEntryFactory Abstract base class for custom field types to use the common valid / visble / applicable check.
ReadOnlyFieldEntryFactory Fields which are read-only do not need to implement the createEditEntry() method
ReadOnlySystemFieldEntryFactory Base class for system fields to check validity.
RemainingEstimateFieldEntryFactory  
ReporterFieldEntryFactory  
ResolutionDateFieldEntryFactory Creates an Issue Entry for ResolutionDateSystemField.
StatusFieldEntryFactory  
SubTasksRemainingEstimateFieldEntryFactory A field to display the aggregate remaining estimate of an issue's sub-tasks, but not the issue itself.
SummaryFieldEntryFactory  
SystemFieldEntryFactory Creates FieldEntry for system fields.
TextCustomFieldEntryFactory Text custom fields.
TextFieldEntry  
UpdatedDateFieldEntryFactory  
VersionCustomFieldEntryFactory  
VotesFieldEntryFactory  
 

Enum Summary
FieldDetailsCategory Category type for issue detail fields
FieldEditType The different types of "edit control" for a field.
FieldRenderer Defines supported field renderers.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.