Uses of Interface
com.atlassian.jira.issue.customfields.MultipleCustomFieldType

Packages that use MultipleCustomFieldType
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
 

Uses of MultipleCustomFieldType in com.atlassian.jira.issue.customfields
 

Subinterfaces of MultipleCustomFieldType in com.atlassian.jira.issue.customfields
 interface MultipleSettableCustomFieldType<T,S>
          Custom field which can have multiple Options to select from.
 

Uses of MultipleCustomFieldType in com.atlassian.jira.issue.customfields.impl
 

Classes in com.atlassian.jira.issue.customfields.impl that implement MultipleCustomFieldType
 class AbstractMultiSettableCFType<T,S>
          Deprecated. Implement the methods on MultipleSettableCustomFieldType yourself. Since v5.0. Also, consider extending AbstractSingleFieldType or AbstractMultiCFType for other benefits
 class CascadingSelectCFType
          Cascading Select Custom Field Type allows for multiple dependent select lists.
 class MultiSelectCFType
          Multiple Select Type allows selecting of multiple Options
 class SelectCFType
          Select Custom Field Type allows selecting of a single Option.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.