|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.admin.RenderablePropertyImpl
@Internal public final class RenderablePropertyImpl
Implementation of RenderableProperty whose behaviour is driven by the ON_DEMAND
flag.
| Nested Class Summary | |
|---|---|
class |
RenderablePropertyImpl.Context
|
| Method Summary | |
|---|---|
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 |
isBTF()
Returns a boolean indicating whether JIRA is running in BTF. |
protected boolean |
isOnDemand()
Returns a boolean indicating whether JIRA is running in OnDemand. |
void |
setValue(String value)
Sets the property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final String getViewHtml()
getViewHtml in interface RenderablePropertypublic final String getEditHtml(String fieldName)
getEditHtml in interface RenderablePropertyfieldName - the field name to use in the generated HTML
public final String getDescriptionHtml()
getDescriptionHtml in interface RenderablePropertypublic final String getValue()
public final void setValue(String value)
value - a String containing the property valueprotected final boolean isOnDemand()
isBTF()protected final boolean isBTF()
isOnDemand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||