Uses of Interface
com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem

Packages that use FieldScreenLayoutItem
com.atlassian.jira.event.issue.field.screen   
com.atlassian.jira.issue.fields.screen   
 

Uses of FieldScreenLayoutItem in com.atlassian.jira.event.issue.field.screen
 

Constructors in com.atlassian.jira.event.issue.field.screen with parameters of type FieldScreenLayoutItem
AbstractFieldScreenLayoutItemEvent(FieldScreenLayoutItem fieldScreenLayoutItem)
           
FieldScreenLayoutItemCreatedEvent(FieldScreenLayoutItem fieldScreenLayoutItem)
           
FieldScreenLayoutItemDeletedEvent(FieldScreenLayoutItem fieldScreenLayoutItem)
           
FieldScreenLayoutItemUpdatedEvent(FieldScreenLayoutItem fieldScreenLayoutItem)
           
 

Uses of FieldScreenLayoutItem in com.atlassian.jira.issue.fields.screen
 

Methods in com.atlassian.jira.issue.fields.screen that return FieldScreenLayoutItem
 FieldScreenLayoutItem FieldScreenManager.buildNewFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenRenderLayoutItem.getFieldScreenLayoutItem()
           
 FieldScreenLayoutItem FieldScreenTab.getFieldScreenLayoutItem(int poistion)
           
 FieldScreenLayoutItem FieldScreenTab.getFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenTab.removeFieldScreenLayoutItem(int fieldPosition)
           
 

Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type FieldScreenLayoutItem
 List<FieldScreenLayoutItem> FieldScreenTab.getFieldScreenLayoutItems()
           
 List<FieldScreenLayoutItem> FieldScreenManager.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab)
           
 

Methods in com.atlassian.jira.issue.fields.screen with parameters of type FieldScreenLayoutItem
 void FieldScreenManager.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem)
           
 void FieldScreenManager.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem)
           
 void FieldScreenManager.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem)
           
 

Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type FieldScreenLayoutItem
 void FieldScreenTab.moveFieldScreenLayoutItemToPosition(Map<Integer,FieldScreenLayoutItem> positionsToFields)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.