Uses of Interface
com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
Packages that use FieldScreenLayoutItem
Package
Description
-
Uses of FieldScreenLayoutItem in com.atlassian.jira.event.issue.field.screen
Constructors in com.atlassian.jira.event.issue.field.screen with parameters of type FieldScreenLayoutItemModifierConstructorDescriptionAbstractFieldScreenLayoutItemEvent(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 FieldScreenLayoutItemModifier and TypeClassDescriptionclassclassCopyright (c) 2002-2004 All rights reserved.classSimple implementation of aFieldScreenLayoutItem.Methods in com.atlassian.jira.issue.fields.screen that return FieldScreenLayoutItemModifier and TypeMethodDescriptionCachingFieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue) DefaultFieldScreenManager.buildNewFieldScreenLayoutItem(String fieldId) DefaultFieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue) FieldScreenManager.buildNewFieldScreenLayoutItem(String fieldId) FieldScreenStore.buildNewFieldScreenLayoutItem(org.ofbiz.core.entity.GenericValue genericValue) BulkFieldScreenRenderLayoutItemImpl.getFieldScreenLayoutItem()FieldScreenRenderLayoutItem.getFieldScreenLayoutItem()FieldScreenRenderLayoutItemImpl.getFieldScreenLayoutItem()FieldScreenTab.getFieldScreenLayoutItem(int poistion) FieldScreenTab.getFieldScreenLayoutItem(String fieldId) FieldScreenTabImpl.getFieldScreenLayoutItem(int poistion) FieldScreenTabImpl.getFieldScreenLayoutItem(String fieldId) MockFieldScreenTab.getFieldScreenLayoutItem(int position) MockFieldScreenTab.getFieldScreenLayoutItem(String fieldId) FieldScreenTab.removeFieldScreenLayoutItem(int fieldPosition) FieldScreenTabImpl.removeFieldScreenLayoutItem(int fieldPosition) MockFieldScreenTab.removeFieldScreenLayoutItem(int fieldPosition) Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type FieldScreenLayoutItemModifier and TypeMethodDescriptionCachingFieldScreenStore.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab) DefaultFieldScreenManager.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab) DefaultFieldScreenStore.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab) FieldScreenManager.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab) FieldScreenStore.getFieldScreenLayoutItems(FieldScreenTab fieldScreenTab) FieldScreenTab.getFieldScreenLayoutItems()FieldScreenTabImpl.getFieldScreenLayoutItems()MockFieldScreenTab.getFieldScreenLayoutItems()Methods in com.atlassian.jira.issue.fields.screen with parameters of type FieldScreenLayoutItemModifier and TypeMethodDescriptionvoidMockFieldScreenTab.addFieldScreenLayoutItem(FieldScreenLayoutItem screenLayoutItem) voidCachingFieldScreenStore.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenManager.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenStore.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenManager.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenStore.createFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidCachingFieldScreenStore.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenManager.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenStore.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenManager.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenStore.removeFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidCachingFieldScreenStore.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenManager.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidDefaultFieldScreenStore.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenManager.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) voidFieldScreenStore.updateFieldScreenLayoutItem(FieldScreenLayoutItem fieldScreenLayoutItem) Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type FieldScreenLayoutItemModifier and TypeMethodDescriptionvoidFieldScreenTab.moveFieldScreenLayoutItemToPosition(Map<Integer, FieldScreenLayoutItem> positionsToFields) voidFieldScreenTabImpl.moveFieldScreenLayoutItemToPosition(Map<Integer, FieldScreenLayoutItem> positionsToFields) voidMockFieldScreenTab.moveFieldScreenLayoutItemToPosition(Map<Integer, FieldScreenLayoutItem> positionsToFields) Constructors in com.atlassian.jira.issue.fields.screen with parameters of type FieldScreenLayoutItemModifierConstructorDescriptionFieldScreenRenderLayoutItemImpl(FieldScreenLayoutItem fieldScreenLayoutItem, FieldLayoutItem fieldLayoutItem) -
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 FieldScreenLayoutItemModifier and TypeMethodDescriptionFieldScreenRenderLayoutItemFilter.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilterImpl.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems) Method parameters in com.atlassian.jira.issue.fields.screen.tab with type arguments of type FieldScreenLayoutItemModifier and TypeMethodDescriptionFieldScreenRenderLayoutItemFilter.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilterImpl.filterAvailableFieldScreenLayoutItems(Predicate<? super Field> condition, List<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)