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 TypeClassDescriptionclass
class
Copyright (c) 2002-2004 All rights reserved.class
Simple 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 TypeMethodDescriptionvoid
MockFieldScreenTab.addFieldScreenLayoutItem
(FieldScreenLayoutItem screenLayoutItem) void
CachingFieldScreenStore.createFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenManager.createFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenStore.createFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenManager.createFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenStore.createFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
CachingFieldScreenStore.removeFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenManager.removeFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenStore.removeFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenManager.removeFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenStore.removeFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
CachingFieldScreenStore.updateFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenManager.updateFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
DefaultFieldScreenStore.updateFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenManager.updateFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) void
FieldScreenStore.updateFieldScreenLayoutItem
(FieldScreenLayoutItem fieldScreenLayoutItem) Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type FieldScreenLayoutItemModifier and TypeMethodDescriptionvoid
FieldScreenTab.moveFieldScreenLayoutItemToPosition
(Map<Integer, FieldScreenLayoutItem> positionsToFields) void
FieldScreenTabImpl.moveFieldScreenLayoutItemToPosition
(Map<Integer, FieldScreenLayoutItem> positionsToFields) void
MockFieldScreenTab.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)