|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface RenderableField
This interface defines the requirements for a field to be used in the Rendering system.
Method Summary | |
---|---|
String |
getId()
Returns the identifier for this RenderableField. |
String |
getValueFromIssue(Issue issue)
Gets the value stored for this field on the provided issue. |
boolean |
isRenderable()
Defines if a field determines itself as renderable. |
Method Detail |
---|
String getId()
String getValueFromIssue(Issue issue)
issue
- identifies the issue that will contain the value for this field.
boolean isRenderable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |