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 CustomField
          Custom Field interface.
 

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
          Copyright (c) 2002-2004 All rights reserved.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 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
          Copyright (c) 2002-2004 All rights reserved.
 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 FieldManager.getHideableField(java.lang.String id)
           
 HideableField DefaultFieldManager.getHideableField(java.lang.String id)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.