com.atlassian.jira.issue.fields.screen
Interface FieldScreenRenderTab

All Known Implementing Classes:
FieldScreenRenderTabImpl

public interface FieldScreenRenderTab

Copyright (c) 2002-2004 All rights reserved.


Method Summary
 List getFieldScreenRenderLayoutItems()
           
 List getFieldScreenRenderLayoutItemsForProcessing()
          Should be used while actually processing the field input rather than displaying it.
 String getName()
           
 int getPosition()
           
 

Method Detail

getName

public String getName()

getPosition

public int getPosition()

getFieldScreenRenderLayoutItems

public List getFieldScreenRenderLayoutItems()

getFieldScreenRenderLayoutItemsForProcessing

public List 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 corerctly.



Copyright © 2002-2006 Atlassian. All Rights Reserved.