Package com.atlassian.jira.issue.fields
Class ThumbnailSystemField
java.lang.Object
com.atlassian.jira.issue.fields.AbstractField
com.atlassian.jira.issue.fields.NavigableFieldImpl
com.atlassian.jira.issue.fields.ThumbnailSystemField
- All Implemented Interfaces:
Field,NavigableField,Comparable
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl
applicationProperties, templatingEngineFields inherited from class com.atlassian.jira.issue.fields.AbstractField
authenticationContextFields inherited from interface com.atlassian.jira.issue.fields.NavigableField
ORDER_ASCENDING, ORDER_DESCENDING, TEMPLATE_DIRECTORY_PATH -
Constructor Summary
ConstructorsConstructorDescriptionThumbnailSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptiongetColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) A loader to be used when loading the value of the field from the index.Methods inherited from class com.atlassian.jira.issue.fields.NavigableFieldImpl
getApplicationProperties, getColumnCssClass, getColumnHeadingKey, getDefaultSortOrder, getHiddenFieldId, getVelocityParams, prettyPrintChangeHistory, prettyPrintChangeHistory, renderTemplateMethods inherited from class com.atlassian.jira.issue.fields.AbstractField
compareTo, equals, getAuthenticationContext, getId, getName, getNameKey, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getName, getNameKeyMethods inherited from interface com.atlassian.jira.issue.fields.NavigableField
getFieldSorts, hasSortsDefined, prettyPrintChangeHistory
-
Constructor Details
-
ThumbnailSystemField
public ThumbnailSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
getValueLoader
Description copied from interface:NavigableFieldA loader to be used when loading the value of the field from the index.- Returns:
- A loader that can be used to load the value of the field
- See Also:
-
getColumnViewHtml
-