com.atlassian.jira.issue.fields.screen
Class AbstractFieldScreenLayoutItem
java.lang.Object
com.atlassian.jira.issue.fields.screen.AbstractGVBean
com.atlassian.jira.issue.fields.screen.AbstractFieldScreenLayoutItem
- All Implemented Interfaces:
- FieldScreenLayoutItem
- Direct Known Subclasses:
- FieldScreenLayoutItemImpl, SubTaskFieldScreenlayoutItem
- public abstract class AbstractFieldScreenLayoutItem
- extends AbstractGVBean
- implements FieldScreenLayoutItem
position
protected int position
fieldId
protected String fieldId
fieldScreenTab
protected FieldScreenTab fieldScreenTab
AbstractFieldScreenLayoutItem
protected AbstractFieldScreenLayoutItem(FieldScreenManager fieldScreenManager,
FieldManager fieldManager)
getPosition
public int getPosition()
- Description copied from interface:
FieldScreenLayoutItem
- The position of the layout item on the
FieldScreenTab
- Specified by:
getPosition in interface FieldScreenLayoutItem
getFieldId
public String getFieldId()
- Specified by:
getFieldId in interface FieldScreenLayoutItem
getOrderableField
public OrderableField getOrderableField()
- Specified by:
getOrderableField in interface FieldScreenLayoutItem
getEditHtml
public String getEditHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
- Specified by:
getEditHtml in interface FieldScreenLayoutItem
getCreateHtml
public String getCreateHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
- Specified by:
getCreateHtml in interface FieldScreenLayoutItem
getViewHtml
public String getViewHtml(FieldLayoutItem fieldLayoutItem,
OperationContext operationContext,
webwork.action.Action action,
Issue issue)
- Specified by:
getViewHtml in interface FieldScreenLayoutItem
isShown
public boolean isShown(Issue issue)
- Specified by:
isShown in interface FieldScreenLayoutItem
getFieldScreenTab
public FieldScreenTab getFieldScreenTab()
- Specified by:
getFieldScreenTab in interface FieldScreenLayoutItem
getFieldScreenManager
protected FieldScreenManager getFieldScreenManager()
getFieldManager
protected FieldManager getFieldManager()
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2002-2007 Atlassian. All Rights Reserved.