@PublicApi
public interface RenderableProperty
RenderableProperty
has
two modes of operation, depending on whether JIRA is running in OnDemand or not.
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 |
getViewHtml()
Returns the view HTML for this renderable application property.
|
String getViewHtml()
String getEditHtml(String fieldName)
fieldName
- the field name to use in the generated HTMLString getDescriptionHtml()
Copyright © 2002-2017 Atlassian. All Rights Reserved.