Uses of Interface
com.atlassian.jira.issue.fields.HideableField

Packages that use HideableField
com.atlassian.jira.issue.fields   
 

Uses of HideableField in com.atlassian.jira.issue.fields
 

Subinterfaces of HideableField in com.atlassian.jira.issue.fields
 interface AffectedVersionsField
           
 interface ComponentsField
           
 interface CustomField
          Custom Field interface.
 interface FixVersionsField
           
 interface LabelsField
           
 interface ProjectField
          Represents the Project System Field.
 

Classes in com.atlassian.jira.issue.fields that implement HideableField
 class AbstractVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AffectedVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AssigneeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AttachmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ComponentsSystemField
          A field implementation to render ProjectComponent values.
 class CustomFieldImpl
          Default CustomField implementation backed by the database (a GenericValue object).
 class DescriptionSystemField
          Represents the field which renders an Issue description.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class IssueLinksSystemField
           
 class LabelsSystemField
          A field implementation to render Labels.
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProjectSystemField
          JIRA's project suystem field.
 class ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ResolutionSystemField
           
 class SecurityLevelSystemField
           
 class TimeTrackingSystemField
          The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate.
 class WorklogSystemField
          A field representation of logging work.
 

Methods in com.atlassian.jira.issue.fields that return HideableField
 HideableField DefaultFieldManager.getHideableField(String id)
           
 HideableField FieldManager.getHideableField(String id)
           
 HideableField FieldAccessor.getHideableField(String id)
          Deprecated.  
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.