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   
com.atlassian.jira.issue.fields.screen.tab   
 

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
 

Classes in com.atlassian.jira.issue.fields.screen that implement FieldScreenLayoutItem
 class AbstractFieldScreenLayoutItem
           
 class FieldScreenLayoutItemImpl
          Copyright (c) 2002-2004 All rights reserved.
 class MockFieldScreenLayoutItem
          Simple implementation of a FieldScreenLayoutItem.
 

Methods in com.atlassian.jira.issue.fields.screen that return FieldScreenLayoutItem
 FieldScreenLayoutItem CachingFieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue)
           
 FieldScreenLayoutItem DefaultFieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue)
           
 FieldScreenLayoutItem FieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue)
           
 FieldScreenLayoutItem DefaultFieldScreenManager.buildNewFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenManager.buildNewFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenRenderLayoutItemImpl.getFieldScreenLayoutItem()
           
 FieldScreenLayoutItem BulkFieldScreenRenderLayoutItemImpl.getFieldScreenLayoutItem()
           
 FieldScreenLayoutItem FieldScreenRenderLayoutItem.getFieldScreenLayoutItem()
           
 FieldScreenLayoutItem MockFieldScreenTab.getFieldScreenLayoutItem(int position)
           
 FieldScreenLayoutItem FieldScreenTabImpl.getFieldScreenLayoutItem(int poistion)
           
 FieldScreenLayoutItem FieldScreenTab.getFieldScreenLayoutItem(int poistion)
           
 FieldScreenLayoutItem MockFieldScreenTab.getFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenTabImpl.getFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem FieldScreenTab.getFieldScreenLayoutItem(String fieldId)
           
 FieldScreenLayoutItem MockFieldScreenTab.removeFieldScreenLayoutItem(int fieldPosition)
           
 FieldScreenLayoutItem FieldScreenTabImpl.removeFieldScreenLayoutItem(int fieldPosition)
           
 FieldScreenLayoutItem FieldScreenTab.removeFieldScreenLayoutItem(int fieldPosition)
           
 

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

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

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

Constructors in com.atlassian.jira.issue.fields.screen with parameters of type FieldScreenLayoutItem
FieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem, FieldLayoutItem fieldLayoutItem)
           
MockFieldScreenLayoutItem(FieldScreenLayoutItem item)
           
 

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

Methods in com.atlassian.jira.issue.fields.screen.tab that return types with arguments of type FieldScreenLayoutItem
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilter.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilterImpl.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 

Method parameters in com.atlassian.jira.issue.fields.screen.tab with type arguments of type FieldScreenLayoutItem
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilter.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilterImpl.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.