| AbstractCustomFieldType.Visitor<X> | Visitor interface for AbstractCustomFieldType. |
| AbstractCustomFieldType.VisitorBase<X> | Marker interface for visitors of AbstractCustomFieldType (acyclic visitor). |
| AbstractMultiCFType.Visitor<X> | |
| AbstractSingleFieldType.Visitor<X> | |
| CalculatedCFType.Visitor<X> | |
| CascadingSelectCFType.Visitor<T> | |
| DateCFType.Visitor<T> | |
| DateTimeCFType.Visitor<T> | |
| GenericTextCFType.Visitor<T> | |
| ImportIdLinkCFType.Visitor<X> | |
| LabelsCFType.Visitor<T> | |
| MultiGroupCFType.Visitor<T> | |
| MultiSelectCFType.InputTextProvider | Support interface to delay the data input text evaluation to vm-processing time. |
| MultiSelectCFType.Visitor<T> | |
| MultiUserCFType.Visitor<T> | |
| NumberCFType.Visitor<X> | |
| ProjectCFType.Visitor<T> | |
| ReadOnlyCFType.Visitor<T> | |
| RenderableTextCFType.Visitor<T> | |
| SelectCFType.Visitor<T> | |
| StringCFType.Visitor<T> | |
| TextAreaCFType.Visitor<T> | |
| TextCFType.Visitor<T> | |
| URLCFType.Visitor<T> | |
| UserCFType.Visitor<T> | |
| VersionCFType.Visitor<X> |
| AbstractCustomFieldType<T, S> | |
| AbstractMultiCFType<S> | Abstract class for Multi-select Custom field types. |
| AbstractMultiSettableCFType<T, S> |
This class is deprecated.
Implement the methods on MultipleSettableCustomFieldType yourself. Since v5.0.
Also, consider extending AbstractSingleFieldType or AbstractMultiCFType for other benefits
|
| AbstractSingleFieldType<T> | An abstract class that simplifies creating a CustomField that stores a single values via ofbiz. |
| CalculatedCFType<T, S> | A CustomFieldType which is calculated rather than set. |
| CascadingSelectCFType | Cascading Select Custom Field Type allows for multiple dependent select lists. |
| DateCFType | Custom Field to allow setting of a Date
|
| DateTimeCFType | Custom Field alowing setting of a full Date and Time. |
| GenericTextCFType | A CustomFieldType where data is stored and displayed as a single String
By default it will only have a Limited Text Field for storage (if you need bigger override getDatabaseType())
|
| ImportIdLinkCFType | |
| LabelsCFType | Labels Custom field
|
| MultiGroupCFType | Multiple User Group Select Type
|
| MultiSelectCFType | Multiple Select Type allows selecting of multiple
|
| MultiUserCFType | Multiple User Type allows selection of multiple users. |
| NumberCFType | Custom Field Type allowing storae and display of Double values
|
| ProjectCFType | Custom Field Type to select a Project on this JIRA instance. |
| ProjectImportLabelFieldParserImpl | |
| ReadOnlyCFType | |
| RenderableTextCFType | This custom field type returns true for its isRenderable method and is meant to represent a text custom field type that is renderable. |
| SelectCFType | Select Custom Field Type allows selecting of a single Option. |
| SelectCustomFieldPermissionQueryBuilder | Builds queries used by select custom field types to filter based on permissions. |
| StringCFType |
This class is deprecated.
Use GenericTextCFType instead. Since v5.0.
|
| TextAreaCFType | |
| TextCFType |
This class is deprecated.
Use GenericTextCFType instead. Since v5.0.
|
| URLCFType | |
| UserCFType | Custom Field allow selection of a single ApplicationUser. |
| VersionCFType | Custom Field Type to select multiple Versions. |
| VersionCFType.VersionOrder | An enum representing orders can be choosed to affect the order of versions group displayed on version picker custom field |
