Uses of Enum Class
com.atlassian.greenhopper.web.rapid.issue.tabs.editable.DetailsViewTab
Packages that use DetailsViewTab
Package
Description
-
Uses of DetailsViewTab in com.atlassian.greenhopper.web.rapid.issue.tabs
Methods in com.atlassian.greenhopper.web.rapid.issue.tabs with parameters of type DetailsViewTabModifier and TypeMethodDescriptionTabModelFactory.createModelPerTab
(RapidView rapidView, com.atlassian.jira.issue.Issue issue, List<? extends com.atlassian.jira.issue.fields.Field> visibleFields, StatisticsField estimateField, StatisticsField trackingStatisticField, DetailsViewTab detailsViewTab) -
Uses of DetailsViewTab in com.atlassian.greenhopper.web.rapid.issue.tabs.editable
Methods in com.atlassian.greenhopper.web.rapid.issue.tabs.editable that return DetailsViewTabModifier and TypeMethodDescriptionstatic DetailsViewTab
Returns the enum constant of this class with the specified name.static DetailsViewTab[]
DetailsViewTab.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DetailsViewTab in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory
Methods in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory that return DetailsViewTabModifier and TypeMethodDescriptionprotected abstract DetailsViewTab
BaseEditableTabEntryFactory.getCurrentTab()
Returns tab which is being populated by the factoryprotected DetailsViewTab
EditableAttachmentTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableCommentTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableDescriptionTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableDetailsTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableHeaderTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableIssuesInEpicTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableSubtasksTabEntryFactory.getCurrentTab()
protected DetailsViewTab
EditableThirdPartyTabEntryFactory.getCurrentTab()
BaseEditableTabEntryFactory.getTab()
EditableTabEntryFactory.getTab()
This returns the tab whose model is being populated by this factory.Methods in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory with parameters of type DetailsViewTabModifier and TypeMethodDescriptionprotected List<? extends com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor>
BaseEditableTabEntryFactory.getDisplayableWebPanelsByTab
(DetailsViewTab detailsViewTab, Map<String, Object> rootContextMap) EditableTabEntryFactoryFactory.getFactoryForTab
(DetailsViewTab detailsViewTab)