public class SimpleUiSupport<T extends ContentEntityObject> extends Object implements ContentUiSupport<T>
| Constructor and Description |
|---|
SimpleUiSupport(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
String iconPath,
String iconCssClass,
String contentCssClass,
String i18NKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentCssClass(String contentType,
String contentPluginKey)
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
|
String |
getContentCssClass(T content)
Get the CSS class that can be applied to some inline element describing the given content
|
String |
getContentTypeI18NKey(SearchResult result)
Get the I18N key for the content that is being referred to by this search result
|
String |
getContentTypeI18NKey(T content)
Get the I18N key for the name of the given content.
|
String |
getIconCssClass(SearchResult result)
Get the CSS class that can be applied to add an icon to some inline element describing the given result.
|
String |
getIconCssClass(T content)
Get the CSS class that can be applied to add an icon to some inline element describing the given content.
|
String |
getIconFilePath(T content,
int size)
Get the URL path to the icon for the gtiven piece of content, without prepending context or web static hashes.
|
String |
getIconPath(T content,
int size)
Get the URL path to the icon for the given piece of content.
|
String |
getLegacyIconPath(String contentType,
int size)
Get the URL path to the icon for the given type of content.
|
static ContentUiSupport |
getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider) |
public String getIconFilePath(T content, int size)
ContentUiSupportDataSourceFactory, which
does not handle context and web static hashes in the url.getIconFilePath in interface ContentUiSupport<T extends ContentEntityObject>content - the content to find an icon forsize - the size. Currently, only 16 is supported, and thus this parameter is ignored.public String getIconPath(T content, int size)
ContentUiSupport
All icons are square. If no icon is available at the requested size, the implementation should use the following priority to determine what to return:
In general you can only assume a 16x16 icon will be available, but this may change in the future.
getIconPath in interface ContentUiSupport<T extends ContentEntityObject>content - the content to find an icon forsize - the intended width/height at which the icon will be displayed in pixelspublic String getLegacyIconPath(String contentType, int size)
ContentUiSupportContentUiSupport.getIconPath(com.atlassian.confluence.core.ConfluenceEntityObject, int)
Icon size selection follows the same rule as its sister method.
getLegacyIconPath in interface ContentUiSupport<T extends ContentEntityObject>contentType - the type of content to find an icon for as would be returned from
ContentEntityObject.getType()size - the intended width/height at which the icon will be displayed in pixelspublic String getIconCssClass(SearchResult result)
ContentUiSupportgetIconCssClass in interface ContentUiSupport<T extends ContentEntityObject>result - the search result to find an icon forpublic String getContentTypeI18NKey(SearchResult result)
ContentUiSupportgetContentTypeI18NKey in interface ContentUiSupport<T extends ContentEntityObject>result - the search result being displayedpublic String getIconCssClass(T content)
ContentUiSupportgetIconCssClass in interface ContentUiSupport<T extends ContentEntityObject>content - the content to find an icon forpublic String getContentCssClass(String contentType, String contentPluginKey)
ContentUiSupportgetContentCssClass in interface ContentUiSupport<T extends ContentEntityObject>contentType - the content to find an icon forcontentPluginKey - the plugin key for the content it it is a ContentType pluginpublic String getContentCssClass(T content)
ContentUiSupportgetContentCssClass in interface ContentUiSupport<T extends ContentEntityObject>content - the content to find the css forpublic String getContentTypeI18NKey(T content)
ContentUiSupportgetContentTypeI18NKey in interface ContentUiSupport<T extends ContentEntityObject>content - the content to get the name ofpublic static ContentUiSupport getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
Copyright © 2003–2021 Atlassian. All rights reserved.