public class IntroductionPropertyImpl extends Object implements IntroductionProperty
| Constructor and Description |
|---|
IntroductionPropertyImpl(ApplicationProperties applicationProperties,
I18nHelper.BeanFactory i18nFactory,
JiraAuthenticationContext authenticationContext,
RenderablePropertyFactory renderablePropertyFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionHtml()
Returns the description HTML for the introduction field.
|
String |
getEditHtml(String fieldName)
Returns the edit HTML for this renderable application property.
|
String |
getValue()
Returns the value of the introduction property value in raw format.
|
String |
getViewHtml()
Returns the view HTML for the introduction property.
|
void |
setValue(String value)
Sets the value of the introduction property.
|
public IntroductionPropertyImpl(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext authenticationContext, RenderablePropertyFactory renderablePropertyFactory)
public String getValue()
IntroductionPropertygetValue in interface IntroductionPropertypublic void setValue(String value)
IntroductionPropertysetValue in interface IntroductionPropertyvalue - a String containing the propertypublic String getEditHtml(String fieldName)
IntroductionPropertygetEditHtml in interface IntroductionPropertyfieldName - the field name to use in the generated HTMLpublic String getViewHtml()
IntroductionPropertygetViewHtml in interface IntroductionPropertypublic String getDescriptionHtml()
IntroductionPropertygetDescriptionHtml in interface IntroductionPropertyCopyright © 2002-2019 Atlassian. All Rights Reserved.