com.atlassian.jira.issue.fields
Interface CompositeComponentField

All Superinterfaces:
Field, NavigableField
All Known Implementing Classes:
CompositeComponentNavigableFieldImpl

public interface CompositeComponentField
extends NavigableField


Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.fields.NavigableField
ORDER_ASCENDING, ORDER_DESCENDING
 
Method Summary
 CompositeField getParent()
           
 
Methods inherited from interface com.atlassian.jira.issue.fields.NavigableField
getColumnHeadingKey, getComparator, getDefaultSortOrder, isSortable
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getNameKey
 

Method Detail

getParent

public CompositeField getParent()