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   
 

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

Methods in com.atlassian.jira.issue.fields with parameters of type FieldScreenRenderLayoutItem
 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
 

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> FieldScreenRenderTab.getFieldScreenRenderLayoutItems()
           
 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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.