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

Packages that use FieldScreenRenderLayoutItem
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
 

Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type FieldScreenRenderLayoutItem
 void MockOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void IssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void SecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void LabelsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void WorklogSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ProjectSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AttachmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void IssueLinksSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void PrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void TimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CustomFieldImpl.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void DescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void EnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void DueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AssigneeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Validate from parameters given an existing issue (usually invoked during some sort of edit stage)
 void OrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Ensure that the parameters are valid
 

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

Classes in com.atlassian.jira.issue.fields.screen that implement FieldScreenRenderLayoutItem
 class BulkFieldScreenRenderLayoutItemImpl
          BulkFiedScreenRenderLayoutItem - encapsulates a fieldScreenLayoutItem and the associated fieldlayouts for a collection of issues
 class FieldScreenRenderLayoutItemImpl
          Copyright (c) 2002-2004 All rights reserved.
 

Methods in com.atlassian.jira.issue.fields.screen that return FieldScreenRenderLayoutItem
 FieldScreenRenderLayoutItem FieldScreenRenderer.getFieldScreenRenderLayoutItem(OrderableField orderableField)
          A convenience method to locate the FieldScreenRenderLayoutItem which has a field which has an id matching parameter orderableField
 

Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type FieldScreenRenderLayoutItem
 List<FieldScreenRenderLayoutItem> FieldScreenRenderer.getAllScreenRenderItems()
          Return a list of all the FieldScreenRenderLayoutItems contained on any of the FieldScreenRenderTabs.
 List<FieldScreenRenderLayoutItem> FieldScreenRenderTabImpl.getFieldScreenRenderLayoutItems()
           
 List<FieldScreenRenderLayoutItem> FieldScreenRenderTab.getFieldScreenRenderLayoutItems()
           
 List<FieldScreenRenderLayoutItem> FieldScreenRenderTabImpl.getFieldScreenRenderLayoutItemsForProcessing()
           
 List<FieldScreenRenderLayoutItem> FieldScreenRenderTab.getFieldScreenRenderLayoutItemsForProcessing()
          Should be used while actually processing the field input rather than displaying it.
 Collection<FieldScreenRenderLayoutItem> FieldScreenRenderer.getRequiredFieldScreenRenderItems()
          A convenience method which loops through all the FieldScreenRenderLayoutItem on all tabs, and returns the ones that are required.
 

Constructor parameters in com.atlassian.jira.issue.fields.screen with type arguments of type FieldScreenRenderLayoutItem
FieldScreenRenderTabImpl(String name, int position, List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems)
           
 

Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.plugin.viewissue
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type FieldScreenRenderLayoutItem
DetailsBlockContextProvider.SimpleField(FieldScreenRenderLayoutItem layoutItem, Issue issue, webwork.action.Action action)
           
 

Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return FieldScreenRenderLayoutItem
 FieldScreenRenderLayoutItem DeleteComment.getFieldScreenRendererLayoutItemForField(OrderableField field)
           
 FieldScreenRenderLayoutItem AbstractCommentableIssue.getFieldScreenRendererLayoutItemForField(OrderableField field)
           
 FieldScreenRenderLayoutItem CloneIssueDetails.getFieldScreenRenderLayoutItem(String fieldId)
           
 

Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.web.action.issue.bulkedit
 

Methods in com.atlassian.jira.web.action.issue.bulkedit that return FieldScreenRenderLayoutItem
protected  FieldScreenRenderLayoutItem BulkWorkflowTransition.buildFieldScreenRenderLayoutItem(OrderableField field, org.ofbiz.core.entity.GenericValue issue)
           
protected  FieldScreenRenderLayoutItem BulkEdit.buildFieldScreenRenderLayoutItem(OrderableField field, org.ofbiz.core.entity.GenericValue issue)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.