public class BulkFieldScreenRenderLayoutItemImpl extends Object implements FieldScreenRenderLayoutItem
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,
Collection<Issue> issues,
Map displayParameters) |
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() |
Collection<FieldLayoutItem> |
getFieldLayoutItems() |
FieldScreenLayoutItem |
getFieldScreenLayoutItem() |
OrderableField |
getOrderableField() |
String |
getRendererType() |
String |
getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Collection<Issue> issues,
Map<String,?> displayParameters) |
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 FieldScreenLayoutItem getFieldScreenLayoutItem()
getFieldScreenLayoutItem
in interface FieldScreenRenderLayoutItem
public Collection<FieldLayoutItem> getFieldLayoutItems()
public String getEditHtml(webwork.action.Action action, OperationContext operationContext, Collection<Issue> issues, Map displayParameters)
public String getViewHtml(webwork.action.Action action, OperationContext operationContext, Collection<Issue> issues, Map<String,?> displayParameters)
public OrderableField getOrderableField()
getOrderableField
in interface FieldScreenRenderLayoutItem
public boolean isRequired()
isRequired
in interface FieldScreenRenderLayoutItem
public boolean isShow(Issue issue)
isShow
in interface FieldScreenRenderLayoutItem
public void populateDefaults(Map fieldValuesHolder, Issue issue)
populateDefaults
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 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
Copyright © 2002-2019 Atlassian. All Rights Reserved.