com.atlassian.greenhopper.web.rapid.issue.fields
Class FieldDetailTypeChecker

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.issue.fields.FieldDetailTypeChecker

public class FieldDetailTypeChecker
extends java.lang.Object

Maps class types to the correct edit type and category for display on issue details.


Constructor Summary
FieldDetailTypeChecker()
           
 
Method Summary
static FieldDetailType getTypeFor(com.atlassian.jira.issue.customfields.CustomFieldType fieldType)
           
static FieldDetailType getTypeFor(com.atlassian.jira.issue.fields.Field fieldType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDetailTypeChecker

public FieldDetailTypeChecker()
Method Detail

getTypeFor

public static FieldDetailType getTypeFor(com.atlassian.jira.issue.customfields.CustomFieldType fieldType)

getTypeFor

public static FieldDetailType getTypeFor(com.atlassian.jira.issue.fields.Field fieldType)


Copyright © 2007-2013 Atlassian. All Rights Reserved.