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

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

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.
(package private)  class SubTaskFieldScreenlayoutItem
           
 

Fields in com.atlassian.jira.issue.fields.screen declared as FieldScreenLayoutItem
protected  FieldScreenLayoutItem AbstractFieldScreenRenderLayoutItem.fieldScreenLayoutItem
           
 

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

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

Constructors in com.atlassian.jira.issue.fields.screen with parameters of type FieldScreenLayoutItem
FieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem, FieldLayoutItem fieldLayoutItem)
           
BulkFieldScreenRenderLayoutItemImpl(FieldManager fieldManager, FieldScreenLayoutItem fieldScreenLayoutItem, Collection fieldLayoutItems)
           
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.