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 FieldScreenRenderLayoutItem
public String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getEditHtml
in interface FieldScreenRenderLayoutItem
public String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getCreateHtml
in interface FieldScreenRenderLayoutItem
public String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
getViewHtml
in interface FieldScreenRenderLayoutItem
public String getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getCreateHtml
in interface FieldScreenRenderLayoutItem
public String getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getEditHtml
in interface FieldScreenRenderLayoutItem
public String getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
getViewHtml
in interface FieldScreenRenderLayoutItem
public boolean isShow(Issue issue)
isShow
in interface FieldScreenRenderLayoutItem
public void populateDefaults(Map fieldValuesHolder, Issue issue)
populateDefaults
in interface FieldScreenRenderLayoutItem
public boolean isRequired()
isRequired
in interface FieldScreenRenderLayoutItem
public void populateFromIssue(Map fieldValuesHolder, Issue issue)
populateFromIssue
in interface FieldScreenRenderLayoutItem
public String getRendererType()
getRendererType
in interface FieldScreenRenderLayoutItem
public FieldLayoutItem getFieldLayoutItem()
getFieldLayoutItem
in interface FieldScreenRenderLayoutItem
public FieldScreenLayoutItem getFieldScreenLayoutItem()
getFieldScreenLayoutItem
in interface FieldScreenRenderLayoutItem
Copyright © 2002-2022 Atlassian. All Rights Reserved.