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 FieldScreenRenderLayoutItempublic 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 FieldScreenRenderLayoutItempublic boolean isRequired()
isRequired in interface FieldScreenRenderLayoutItempublic boolean isShow(Issue issue)
isShow in interface FieldScreenRenderLayoutItempublic void populateDefaults(Map fieldValuesHolder, Issue issue)
populateDefaults 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 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 FieldScreenRenderLayoutItemCopyright © 2002-2022 Atlassian. All Rights Reserved.