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, updateGVclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetGenericValue, getId, remove, setFieldId, setFieldScreenTab, setGenericValue, setPosition, storeprotected int position
protected String fieldId
protected FieldScreenTab fieldScreenTab
protected AbstractFieldScreenLayoutItem(FieldScreenManager fieldScreenManager, FieldManager fieldManager)
public int getPosition()
FieldScreenLayoutItemFieldScreenTabgetPosition in interface FieldScreenLayoutItempublic String getFieldId()
getFieldId in interface FieldScreenLayoutItempublic OrderableField getOrderableField()
getOrderableField in interface FieldScreenLayoutItempublic String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getEditHtml in interface FieldScreenLayoutItempublic String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getCreateHtml in interface FieldScreenLayoutItempublic String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
getViewHtml in interface FieldScreenLayoutItempublic String getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getViewHtml in interface FieldScreenLayoutItempublic String getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getEditHtml in interface FieldScreenLayoutItempublic String getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
getCreateHtml in interface FieldScreenLayoutItempublic boolean isShown(Issue issue)
isShown in interface FieldScreenLayoutItempublic FieldScreenTab getFieldScreenTab()
getFieldScreenTab in interface FieldScreenLayoutItemprotected FieldScreenManager getFieldScreenManager()
protected FieldManager getFieldManager()
Copyright © 2002-2019 Atlassian. All Rights Reserved.