|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigableField | |
com.atlassian.jira.issue.fields | |
com.atlassian.jira.issue.fields.layout.column | |
com.atlassian.jira.web.component |
Uses of NavigableField in com.atlassian.jira.issue.fields |
Subinterfaces of NavigableField in com.atlassian.jira.issue.fields | |
interface |
CustomField
Custom Field interface. |
Classes in com.atlassian.jira.issue.fields that implement NavigableField | |
class |
AbstractDurationSystemField
|
class |
AbstractOrderableNavigableFieldImpl
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractTextSystemField
Copyright (c) 2002-2004 All rights reserved. |
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 |
ComponentsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
CreatedSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
CustomFieldImpl
Default CustomField implementation backed by the database (a GenericValue object). |
class |
DescriptionSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
DueDateSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
EnvironmentSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
FixVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
IssueLinksSystemField
|
class |
IssueTypeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
KeySystemField
|
class |
NavigableFieldImpl
|
class |
OriginalEstimateSystemField
|
class |
PrioritySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ProjectSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ReporterSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ResolutionSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
SecurityLevelSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
StatusSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
SubTaskSystemField
|
class |
SummarySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ThumbnailSystemField
|
class |
TimeEstimateSystemField
|
class |
TimeSpentSystemField
|
class |
UpdatedSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
VotesSystemField
Created by IntelliJ IDEA. |
class |
WorkRatioSystemField
|
Methods in com.atlassian.jira.issue.fields that return NavigableField | |
NavigableField |
FieldManager.getNavigableField(String id)
|
NavigableField |
DefaultFieldManager.getNavigableField(String id)
|
Uses of NavigableField in com.atlassian.jira.issue.fields.layout.column |
Methods in com.atlassian.jira.issue.fields.layout.column that return NavigableField | |
NavigableField |
ColumnLayoutItemImpl.getNavigableField()
|
NavigableField |
ColumnLayoutItem.getNavigableField()
|
Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField | |
void |
EditableColumnLayoutImpl.addColumn(NavigableField navigableField)
|
void |
EditableColumnLayout.addColumn(NavigableField navigableField)
|
boolean |
ColumnLayoutImpl.contains(NavigableField navigableField)
|
boolean |
ColumnLayout.contains(NavigableField navigableField)
|
Constructors in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField | |
ExcelColumnLayoutItem(NavigableField navigableField,
int position)
|
|
ColumnLayoutItemImpl(NavigableField navigableField,
int position)
|
Uses of NavigableField in com.atlassian.jira.web.component |
Methods in com.atlassian.jira.web.component that return NavigableField | |
NavigableField |
SimpleColumnLayoutItem.getNavigableField()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |