@Internal public final class RenderablePropertyImpl extends Object implements RenderableProperty
APKeys.JIRA_OPTION_HTML_IN_CUSTOM_FIELDS_ENABLED
flag.Modifier and Type | Class and Description |
---|---|
class |
RenderablePropertyImpl.Context |
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionHtml()
Returns the description HTML for this property.
|
String |
getEditHtml(String fieldName)
Returns the edit HTML for this renderable application property.
|
String |
getValue()
Returns the property value in raw format.
|
String |
getViewHtml()
Returns the view HTML for this renderable application property.
|
protected boolean |
isHtmlDisabled() |
void |
setValue(String value)
Sets the property value.
|
public final String getViewHtml()
getViewHtml
in interface RenderableProperty
public final String getEditHtml(String fieldName)
getEditHtml
in interface RenderableProperty
fieldName
- the field name to use in the generated HTMLpublic final String getDescriptionHtml()
getDescriptionHtml
in interface RenderableProperty
public final String getValue()
public final void setValue(String value)
value
- a String containing the property valueprotected final boolean isHtmlDisabled()
Copyright © 2002-2019 Atlassian. All Rights Reserved.