com.atlassian.greenhopper.web.rapid.issue.fields
Interface Field
- All Known Subinterfaces:
- ComplexEditableField, SimpleEditableField, SubTaskAwareField
- All Known Implementing Classes:
- AbstractAggregateRemainingEstimateField, AffectedVersionsField, AggregateRemainingEstimateField, AssigneeField, ComponentsField, CreatedDateField, DescriptionField, FixForVersionsField, IssueKeyField, LabelsField, NumberCustomField, OriginalEstimateField, ReadOnlyField, RemainingEstimateField, ReporterField, StatusField, SubTasksRemainingEstimateField, SummaryField, UpdatedDateField
public interface Field
A field which may be displayed and optionally edited on the Rapid Board's Detail Issue view.
getId
java.lang.String getId()
createViewEntry
FieldEntry createViewEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
createEditEntry
FieldEntry createEditEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.crowd.embedded.api.User user)
Copyright © 2007-2012 Atlassian. All Rights Reserved.