| Package | Description |
|---|---|
| com.atlassian.jira.issue.customfields | |
| com.atlassian.jira.issue.customfields.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultipleSettableCustomFieldType<T,S>
Custom field which can have multiple Options to select from.
|
| Modifier and Type | Class and Description |
|---|---|
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-2015 Atlassian. All Rights Reserved.