public class VersionPickerCustomFieldRenderer extends AbstractVersionRenderer
SearchRenderer for the custom fields that allow to pick versions.AbstractProjectConstantsRenderer.GenericProjectConstantsLabelprojectManager, searchConstantsEDIT_TEMPLATE_SUFFIX, VIEW_TEMPLATE_SUFFIX| Constructor and Description |
|---|
VersionPickerCustomFieldRenderer(CustomField customField,
ProjectManager projectManager,
VersionManager versionManager,
FieldVisibilityManager fieldVisibilityManager,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
PermissionManager permissionManager,
String searcherNameKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShown(ApplicationUser user,
SearchContext searchContext)
Checks if the searcher should be shown in this context on the Issue Navigator.
|
hasAnyValidOptiongetEditHtml, getVelocityParams, getViewHtml, isRelevantForQuerygetI18n, isRelevantForQuery, renderEditTemplate, renderViewTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEditHtml, getViewHtml, isRelevantForQuerypublic VersionPickerCustomFieldRenderer(CustomField customField, ProjectManager projectManager, VersionManager versionManager, FieldVisibilityManager fieldVisibilityManager, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, PermissionManager permissionManager, String searcherNameKey)
public boolean isShown(ApplicationUser user, SearchContext searchContext)
SearchRendererisShown in interface SearchRendererisShown in class AbstractVersionRendereruser - performing this action.searchContext - the context of the search (i.e. projects and issue types selected).Copyright © 2002-2017 Atlassian. All Rights Reserved.