public class FieldScreenRenderLayoutItemImpl extends Object implements FieldScreenRenderLayoutItem
| Constructor and Description |
|---|
FieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem,
FieldLayoutItem fieldLayoutItem) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue) |
String |
getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams) |
String |
getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue) |
String |
getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams) |
FieldLayoutItem |
getFieldLayoutItem() |
FieldScreenLayoutItem |
getFieldScreenLayoutItem() |
OrderableField |
getOrderableField() |
String |
getRendererType() |
String |
getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue) |
String |
getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams) |
boolean |
isRequired() |
boolean |
isShow(Issue issue) |
void |
populateDefaults(Map fieldValuesHolder,
Issue issue) |
void |
populateFromIssue(Map fieldValuesHolder,
Issue issue) |
public FieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem, FieldLayoutItem fieldLayoutItem)
public OrderableField getOrderableField()
getOrderableField in interface FieldScreenRenderLayoutItempublic String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getEditHtml in interface FieldScreenRenderLayoutItempublic String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getCreateHtml in interface FieldScreenRenderLayoutItempublic String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getViewHtml in interface FieldScreenRenderLayoutItempublic String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getCreateHtml in interface FieldScreenRenderLayoutItempublic String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getEditHtml in interface FieldScreenRenderLayoutItempublic String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getViewHtml in interface FieldScreenRenderLayoutItempublic boolean isShow(Issue issue)
isShow in interface FieldScreenRenderLayoutItempublic void populateDefaults(Map fieldValuesHolder, Issue issue)
populateDefaults in interface FieldScreenRenderLayoutItempublic boolean isRequired()
isRequired in interface FieldScreenRenderLayoutItempublic void populateFromIssue(Map fieldValuesHolder, Issue issue)
populateFromIssue in interface FieldScreenRenderLayoutItempublic String getRendererType()
getRendererType in interface FieldScreenRenderLayoutItempublic FieldLayoutItem getFieldLayoutItem()
getFieldLayoutItem in interface FieldScreenRenderLayoutItempublic FieldScreenLayoutItem getFieldScreenLayoutItem()
getFieldScreenLayoutItem in interface FieldScreenRenderLayoutItemCopyright © 2002-2017 Atlassian. All Rights Reserved.