public abstract class AbstractFieldScreenLayoutItem extends AbstractGVBean implements FieldScreenLayoutItem
Modifier and Type | Field and Description |
---|---|
protected String |
fieldId |
protected FieldScreenTab |
fieldScreenTab |
protected int |
position |
Modifier | Constructor and Description |
---|---|
protected |
AbstractFieldScreenLayoutItem(FieldScreenManager fieldScreenManager,
FieldManager fieldManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
String |
getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
String |
getFieldId() |
protected FieldManager |
getFieldManager() |
protected FieldScreenManager |
getFieldScreenManager() |
FieldScreenTab |
getFieldScreenTab() |
OrderableField |
getOrderableField() |
int |
getPosition()
The position of the layout item on the
FieldScreenTab |
String |
getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue) |
String |
getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue,
Map<String,Object> displayParams) |
int |
hashCode() |
boolean |
isShown(Issue issue) |
getGenericValue, init, isModified, setGenericValue, setModified, updateGV
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getGenericValue, getId, remove, setFieldId, setFieldScreenTab, setGenericValue, setPosition, store
protected int position
protected String fieldId
protected FieldScreenTab fieldScreenTab
protected AbstractFieldScreenLayoutItem(FieldScreenManager fieldScreenManager, FieldManager fieldManager)
public int getPosition()
FieldScreenLayoutItem
FieldScreenTab
getPosition
in interface FieldScreenLayoutItem
public String getFieldId()
getFieldId
in interface FieldScreenLayoutItem
public OrderableField getOrderableField()
getOrderableField
in interface FieldScreenLayoutItem
public String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getEditHtml
in interface FieldScreenLayoutItem
public String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getCreateHtml
in interface FieldScreenLayoutItem
public String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getViewHtml
in interface FieldScreenLayoutItem
public String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getViewHtml
in interface FieldScreenLayoutItem
public String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getEditHtml
in interface FieldScreenLayoutItem
public String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getCreateHtml
in interface FieldScreenLayoutItem
public boolean isShown(Issue issue)
isShown
in interface FieldScreenLayoutItem
public FieldScreenTab getFieldScreenTab()
getFieldScreenTab
in interface FieldScreenLayoutItem
protected FieldScreenManager getFieldScreenManager()
protected FieldManager getFieldManager()
Copyright © 2002-2018 Atlassian. All Rights Reserved.