|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractAggregateDurationSystemField
Abstract field for aggregate Time Tracking values. |
class |
AbstractDurationSystemField
|
class |
AbstractOrderableNavigableFieldImpl
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractProgressBarSystemField
Base class for Progress Bar system fields. |
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 |
AggregateEstimateSystemField
System field that displays the calculated aggregate remaining estimate. |
class |
AggregateOriginalEstimateSystemField
System field that displays the calculated aggregate original estimate. |
class |
AggregateProgressBarSystemField
Progress Bar System Field that uses the aggregate values for percentages. |
class |
AggregateTimeSpentSystemField
System field that displays the calculated aggregate time spent. |
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ComponentsSystemField
A field implementation to render ProjectComponent values. |
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
|
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 |
LabelsSystemField
A field implementation to render Labels. |
class |
NavigableFieldImpl
|
class |
OriginalEstimateSystemField
|
class |
PrioritySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ProgressBarSystemField
Field that displays a progress bar in the Navigator |
class |
ProjectSystemField
JIRA's project suystem field. |
class |
ReporterSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ResolutionDateSystemField
Stores the date an issue was resolved on. |
class |
ResolutionSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
SecurityLevelSystemField
|
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)
|
| Methods in com.atlassian.jira.issue.fields that return types with arguments of type NavigableField | |
|---|---|
Set<NavigableField> |
FieldManager.getAllAvailableNavigableFields()
|
Set<NavigableField> |
DefaultFieldManager.getAllAvailableNavigableFields()
Returns a set of Fields that are NOT hidden in AT LEAST ONE project in the system. |
Set<NavigableField> |
FieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
|
Set<NavigableField> |
FieldManager.getAvailableNavigableFields(User remoteUser)
Deprecated. Use FieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFields(com.atlassian.crowd.embedded.api.User remoteUser)
Returns a set of Fields that are NOT hidden in AT LEAST ONE project that
the remote user can see (has Permissions.BROWSE permission for). |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFields(User remoteUser)
|
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
Gets all the available fields that the user can see, this is providing no context scope. |
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(User user)
Deprecated. Use FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user)
|
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(User user)
|
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
Gets all the available fields within the defined scope of the QueryContext. |
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(User user,
QueryContext queryContext)
Deprecated. Use FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.jql.context.QueryContext) instead. Since v4.3 |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User remoteUser,
QueryContext queryContext)
|
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(User remoteUser,
QueryContext queryContext)
|
| Uses of NavigableField in com.atlassian.jira.issue.fields.layout.column |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.column that return NavigableField | |
|---|---|
NavigableField |
ColumnLayoutItem.getNavigableField()
|
NavigableField |
ColumnLayoutItemImpl.getNavigableField()
|
| Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField | |
|---|---|
void |
EditableColumnLayout.addColumn(NavigableField navigableField)
|
void |
EditableColumnLayoutImpl.addColumn(NavigableField navigableField)
|
boolean |
ColumnLayout.contains(NavigableField navigableField)
|
boolean |
ColumnLayoutImpl.contains(NavigableField navigableField)
|
| Constructors in com.atlassian.jira.issue.fields.layout.column with parameters of type NavigableField | |
|---|---|
ColumnLayoutItemImpl(NavigableField navigableField,
int position)
|
|
ExcelColumnLayoutItem(NavigableField navigableField,
int position)
|
|
| Uses of NavigableField in com.atlassian.jira.mock.issue.fields |
|---|
| Classes in com.atlassian.jira.mock.issue.fields that implement NavigableField | |
|---|---|
class |
MockNavigableField
|
| Uses of NavigableField in com.atlassian.jira.web.action |
|---|
| Methods in com.atlassian.jira.web.action that return types with arguments of type NavigableField | |
|---|---|
protected abstract List<NavigableField> |
AbstractViewIssueColumns.getAvailableNavigatableFields()
|
| Uses of NavigableField in com.atlassian.jira.web.action.admin |
|---|
| Methods in com.atlassian.jira.web.action.admin that return types with arguments of type NavigableField | |
|---|---|
protected List<NavigableField> |
ViewIssueColumns.getAvailableNavigatableFields()
|
| Uses of NavigableField in com.atlassian.jira.web.action.admin.enterprise |
|---|
| Methods in com.atlassian.jira.web.action.admin.enterprise that return types with arguments of type NavigableField | |
|---|---|
protected List<NavigableField> |
ViewSearchRequestIssueColumns.getAvailableNavigatableFields()
|
| Uses of NavigableField in com.atlassian.jira.web.action.user |
|---|
| Methods in com.atlassian.jira.web.action.user that return types with arguments of type NavigableField | |
|---|---|
protected List<NavigableField> |
ViewUserIssueColumns.getAvailableNavigatableFields()
|
| 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 | |||||||||