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()
IntroductionProperty
getValue
in interface IntroductionProperty
public void setValue(String value)
IntroductionProperty
setValue
in interface IntroductionProperty
value
- a String containing the propertypublic String getEditHtml(String fieldName)
IntroductionProperty
getEditHtml
in interface IntroductionProperty
fieldName
- the field name to use in the generated HTMLpublic String getViewHtml()
IntroductionProperty
getViewHtml
in interface IntroductionProperty
public String getDescriptionHtml()
IntroductionProperty
getDescriptionHtml
in interface IntroductionProperty
Copyright © 2002-2018 Atlassian. All Rights Reserved.