com.atlassian.jira.issue.fields.screen
Class FieldScreenRenderLayoutItemImpl
java.lang.Object
com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItemImpl
- All Implemented Interfaces:
- FieldScreenRenderLayoutItem
public class FieldScreenRenderLayoutItemImpl
- extends Object
- implements FieldScreenRenderLayoutItem
Copyright (c) 2002-2004 All rights reserved.
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldScreenRenderLayoutItemImpl
public FieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem,
FieldLayoutItem fieldLayoutItem)
getOrderableField
public OrderableField getOrderableField()
- Specified by:
getOrderableField
in interface FieldScreenRenderLayoutItem
getEditHtml
public String getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
- Specified by:
getEditHtml
in interface FieldScreenRenderLayoutItem
getCreateHtml
public String getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
- Specified by:
getCreateHtml
in interface FieldScreenRenderLayoutItem
getViewHtml
public String getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue)
- Specified by:
getViewHtml
in interface FieldScreenRenderLayoutItem
getCreateHtml
public String getCreateHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
- Specified by:
getCreateHtml
in interface FieldScreenRenderLayoutItem
getEditHtml
public String getEditHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
- Specified by:
getEditHtml
in interface FieldScreenRenderLayoutItem
getViewHtml
public String getViewHtml(webwork.action.Action action,
OperationContext operationContext,
Issue issue,
Map<String,Object> displayParams)
- Specified by:
getViewHtml
in interface FieldScreenRenderLayoutItem
isShow
public boolean isShow(Issue issue)
- Specified by:
isShow
in interface FieldScreenRenderLayoutItem
populateDefaults
public void populateDefaults(Map fieldValuesHolder,
Issue issue)
- Specified by:
populateDefaults
in interface FieldScreenRenderLayoutItem
isRequired
public boolean isRequired()
- Specified by:
isRequired
in interface FieldScreenRenderLayoutItem
populateFromIssue
public void populateFromIssue(Map fieldValuesHolder,
Issue issue)
- Specified by:
populateFromIssue
in interface FieldScreenRenderLayoutItem
getRendererType
public String getRendererType()
- Specified by:
getRendererType
in interface FieldScreenRenderLayoutItem
getFieldLayoutItem
public FieldLayoutItem getFieldLayoutItem()
- Specified by:
getFieldLayoutItem
in interface FieldScreenRenderLayoutItem
getFieldScreenLayoutItem
public FieldScreenLayoutItem getFieldScreenLayoutItem()
- Specified by:
getFieldScreenLayoutItem
in interface FieldScreenRenderLayoutItem
Copyright © 2002-2011 Atlassian. All Rights Reserved.