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

String getName()

getPosition

int getPosition()

getFieldScreenRenderLayoutItems

List getFieldScreenRenderLayoutItems()

getFieldScreenRenderLayoutItemsForProcessing

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-2008 Atlassian. All Rights Reserved.