Class FieldScreenRenderTabImpl
java.lang.Object
com.atlassian.jira.issue.fields.screen.FieldScreenRenderTabImpl
- All Implemented Interfaces:
FieldScreenRenderTab
,Comparable<FieldScreenRenderTab>
Copyright (c) 2002-2004
All rights reserved.
-
Constructor Summary
ConstructorsConstructorDescriptionFieldScreenRenderTabImpl
(String name, int position, List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems) -
Method Summary
-
Constructor Details
-
FieldScreenRenderTabImpl
public FieldScreenRenderTabImpl(String name, int position, List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFieldScreenRenderTab
-
getPosition
public int getPosition()- Specified by:
getPosition
in interfaceFieldScreenRenderTab
-
getFieldScreenRenderLayoutItems
- Specified by:
getFieldScreenRenderLayoutItems
in interfaceFieldScreenRenderTab
-
getFieldScreenRenderLayoutItemsForProcessing
Description copied from interface:FieldScreenRenderTab
Should be used while actually processing the field input rather than displaying it. Ensures that fields are processed in the correct order. For example, the components field is processed before the assignee field, so that the component assignees are handled correctly.- Specified by:
getFieldScreenRenderLayoutItemsForProcessing
in interfaceFieldScreenRenderTab
- Returns:
- the layout items to be used when processing input.
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<FieldScreenRenderTab>
-