@PublicApi public interface JiraRendererModuleDescriptor extends JiraResourcedModuleDescriptor<JiraRendererPlugin>
Modifier and Type | Field and Description |
---|---|
static String |
TEMPLATE_NAME_CSS |
static String |
TEMPLATE_NAME_EDIT |
static String |
TEMPLATE_NAME_JS |
Modifier and Type | Method and Description |
---|---|
String |
getCss() |
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.
|
String |
getJavaScript(String contextPath) |
boolean |
isCSSTemplateExists() |
boolean |
isEditTemplateExists() |
boolean |
isJavaScriptTemplateExists() |
getHtml, getHtml, getI18nBean, writeHtml
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
static final String TEMPLATE_NAME_CSS
static final String TEMPLATE_NAME_JS
static final String TEMPLATE_NAME_EDIT
String getCss()
String getEditVM(String value, String issueKey, String rendererType, String fieldId, String fieldName, Map params, boolean singleLine)
boolean isCSSTemplateExists()
boolean isJavaScriptTemplateExists()
boolean isEditTemplateExists()
Copyright © 2002-2024 Atlassian. All Rights Reserved.