Interface JiraRendererModuleDescriptor
- All Superinterfaces:
JiraResourcedModuleDescriptor<JiraRendererPlugin>
,com.atlassian.plugin.ModuleDescriptor<JiraRendererPlugin>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
JiraRendererModuleDescriptorImpl
@PublicApi
public interface JiraRendererModuleDescriptor
extends JiraResourcedModuleDescriptor<JiraRendererPlugin>
Descriptor that defines a JiraRendererModule.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCss()
getEditVM
(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine) This render an editable input field for the given values based on the edit template provided for the renderer.getJavaScript
(String contextPath) boolean
boolean
boolean
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtml
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocation
Methods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Field Details
-
TEMPLATE_NAME_CSS
- See Also:
-
TEMPLATE_NAME_JS
- See Also:
-
TEMPLATE_NAME_EDIT
- See Also:
-
-
Method Details
-
getCss
String getCss() -
getJavaScript
-
getEditVM
String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine) This render an editable input field for the given values based on the edit template provided for the renderer.- Returns:
- the renderered html for the edit input
-
isCSSTemplateExists
boolean isCSSTemplateExists() -
isJavaScriptTemplateExists
boolean isJavaScriptTemplateExists() -
isEditTemplateExists
boolean isEditTemplateExists()
-