public class

FieldScreenRenderTabImpl

extends Object
implements FieldScreenRenderTab
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.screen.FieldScreenRenderTabImpl

Class Overview

Copyright (c) 2002-2004 All rights reserved.

Summary

Public Constructors
FieldScreenRenderTabImpl(String name, int position, List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems)
Public Methods
int compareTo(FieldScreenRenderTab o)
boolean equals(Object o)
List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItems()
List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItemsForProcessing()
Should be used while actually processing the field input rather than displaying it.
String getName()
int getPosition()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderTab
From interface java.lang.Comparable

Public Constructors

public FieldScreenRenderTabImpl (String name, int position, List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems)

Public Methods

public int compareTo (FieldScreenRenderTab o)

public boolean equals (Object o)

public List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItems ()

public List<FieldScreenRenderLayoutItem> getFieldScreenRenderLayoutItemsForProcessing ()

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.

Returns
  • the layout items to be used when processing input.

public String getName ()

public int getPosition ()

public int hashCode ()