Uses of Enum Class
com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailsCategory
Packages that use FieldDetailsCategory
Package
Description
-
Uses of FieldDetailsCategory in com.atlassian.greenhopper.web.contextprovider
Methods in com.atlassian.greenhopper.web.contextprovider with parameters of type FieldDetailsCategoryModifier and TypeMethodDescriptioncom.atlassian.plugin.web.ContextProvider
ContextProviderFactory.loadContextProviderOfViewIssuePlugin
(FieldDetailsCategory fieldDetailsCategory) This is used for loading a context provider of View Issue plugin based on given categoryFieldDetailsCategory
-
Uses of FieldDetailsCategory in com.atlassian.greenhopper.web.rapid.issue.fields
Fields in com.atlassian.greenhopper.web.rapid.issue.fields declared as FieldDetailsCategoryMethods in com.atlassian.greenhopper.web.rapid.issue.fields that return FieldDetailsCategoryModifier and TypeMethodDescriptionstatic FieldDetailsCategory
Returns the enum constant of this class with the specified name.static FieldDetailsCategory[]
FieldDetailsCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.greenhopper.web.rapid.issue.fields with parameters of type FieldDetailsCategoryModifierConstructorDescriptionFieldDetailType
(FieldEditType editType, FieldDetailsCategory category) -
Uses of FieldDetailsCategory in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils
Methods in com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils that return FieldDetailsCategory -
Uses of FieldDetailsCategory in com.atlassian.greenhopper.web.rapid.view.detailview
Methods in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type FieldDetailsCategoryModifier and TypeMethodDescriptionList
<? extends com.atlassian.jira.issue.fields.Field> DetailViewFieldHelper.filterVisibleFieldsByCategory
(List<? extends com.atlassian.jira.issue.fields.Field> visibleFields, FieldDetailsCategory desiredCategory) boolean
DetailViewFieldHelper.isInCategory
(com.atlassian.jira.issue.fields.Field field, FieldDetailsCategory category)