@Deprecated public class VersionCustomFieldRenderer extends CustomFieldRenderer implements SearchRenderer
Constructor and Description |
---|
VersionCustomFieldRenderer(ClauseNames clauseNames,
VersionManager versionManager,
FieldVisibilityManager fieldVisibilityManager,
CustomFieldSearcherModuleDescriptor customFieldSearcherModuleDescriptor,
CustomFieldValueProvider customFieldValueProvider,
CustomField field)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getEditHtml(com.atlassian.crowd.embedded.api.User user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
Deprecated.
Used to produce an HTML input that is rendered on the JIRA issue navigator.
|
boolean |
isShown(com.atlassian.crowd.embedded.api.User user,
SearchContext searchContext)
Deprecated.
Checks if the searcher should be shown in this context on the Issue Navigator.
|
getEditHtml, getField, getViewHtml, getViewHtml, isRelevantForQuery
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getViewHtml, isRelevantForQuery
public VersionCustomFieldRenderer(ClauseNames clauseNames, VersionManager versionManager, FieldVisibilityManager fieldVisibilityManager, CustomFieldSearcherModuleDescriptor customFieldSearcherModuleDescriptor, CustomFieldValueProvider customFieldValueProvider, CustomField field)
public boolean isShown(com.atlassian.crowd.embedded.api.User user, SearchContext searchContext)
SearchRenderer
isShown
in interface SearchRenderer
isShown
in class CustomFieldRenderer
user
- performing this action.searchContext
- the context of the search (i.e. projects and issue types selected).public String getEditHtml(com.atlassian.crowd.embedded.api.User user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, Map<?,?> displayParameters, webwork.action.Action action)
SearchRenderer
SearchInputTransformer
that will know how to transform these input parameters into JIRA search objects.getEditHtml
in interface SearchRenderer
getEditHtml
in class CustomFieldRenderer
user
- performing this action.searchContext
- the search context of the current search request that may be participating in rendering the
issue navigator.fieldValuesHolder
- contains any request parameters that the HTML input may need to use to pre-populate
the input (e.g. if this is the priority renderer and the search request being rendered has two priorities already
selected these params will contain these request parameters). These parameters will have been populated via a
call to SearchInputTransformer.populateFromQuery(User,com.atlassian.jira.issue.transport.FieldValuesHolder,com.atlassian.query.Query,com.atlassian.jira.issue.search.SearchContext)
if there is a SearchRequest involved in the rendering this IssueNavigator call.displayParameters
- are a map of "hints" that can be passed from the caller to this code which can use these
hints to alter the way it renders the HTML.action
- is the WebWork 1 action object that is rendering the Issue Navigator view. This can be used to
invoke methods on the view.Copyright © 2002-2015 Atlassian. All Rights Reserved.