Uses of Class
com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType

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

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

Subclasses of AbstractSingleFieldType in com.atlassian.jira.issue.customfields.impl
 class DateCFType
          Custom Field to allow setting of a Date Transport Object Type Date Database Storage Type Timestamp
 class DateTimeCFType
          Custom Field alowing setting of a full Date and Time.
 class 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 GenericTextCFType.getDatabaseType()) Transport Object Type String Database Storage Type String
 class ImportIdLinkCFType
           
 class NumberCFType
          Custom Field Type allowing storae and display of Double values Transport Object Type Double Database Storage Type Double
 class ProjectCFType
          Custom Field Type to select a Project on this JIRA instance.
 class ReadOnlyCFType
           
 class RenderableTextCFType
          This custom field type returns true for its isRenderable method and is meant to represent a text custom field type that is renderable.
 class SelectCFType
          Select Custom Field Type allows selecting of a single Option.
 class StringCFType
          Deprecated. Use GenericTextCFType instead. Since v5.0.
 class TextAreaCFType
           
 class TextCFType
          Deprecated. Use GenericTextCFType instead. Since v5.0.
 class URLCFType
           
 class UserCFType
          Custom Field allow selection of a single ApplicationUser.
 

Methods in com.atlassian.jira.issue.customfields.impl with parameters of type AbstractSingleFieldType
 X AbstractSingleFieldType.Visitor.visitSingleField(AbstractSingleFieldType singleCustomFieldType)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.