|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldLayout | |
|---|---|
| com.atlassian.jira.issue.fields.layout.field | |
| com.atlassian.jira.issue.fields.screen | |
| com.atlassian.jira.web.bean | |
| Uses of FieldLayout in com.atlassian.jira.issue.fields.layout.field |
|---|
| Subinterfaces of FieldLayout in com.atlassian.jira.issue.fields.layout.field | |
|---|---|
interface |
EditableDefaultFieldLayout
A marker interface to describe the default editable field layout. |
interface |
EditableFieldLayout
Used to describe an EditableFieldLayout. |
| Methods in com.atlassian.jira.issue.fields.layout.field that return FieldLayout | |
|---|---|
FieldLayout |
FieldLayoutManager.getFieldLayout()
Used to retrieve FieldLayout information when rendering a screen. |
FieldLayout |
FieldLayoutItem.getFieldLayout()
Returns the FieldLayout that this item is a part of. |
FieldLayout |
FieldLayoutManager.getFieldLayout(org.ofbiz.core.entity.GenericValue issue)
Returns the fieldLayout for an issue. |
FieldLayout |
FieldLayoutManager.getFieldLayout(org.ofbiz.core.entity.GenericValue project,
String issueTypeId)
Deprecated. Use FieldLayoutManager.getFieldLayout(com.atlassian.jira.project.Project, String) instead. Since v4.3 |
FieldLayout |
FieldLayoutManager.getFieldLayout(Issue issue)
|
FieldLayout |
FieldLayoutManager.getFieldLayout(Long id)
Used to retrieve FieldLayout information when rendering a screen given the id
of the field layout. |
FieldLayout |
FieldLayoutManager.getFieldLayout(Project project,
String issueTypeId)
|
| Methods in com.atlassian.jira.issue.fields.layout.field that return types with arguments of type FieldLayout | |
|---|---|
Set<FieldLayout> |
FieldLayoutManager.getUniqueFieldLayouts(Project project)
Retrieves all the FieldLayout's for a project. |
| Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type FieldLayout | |
|---|---|
void |
FieldLayoutManager.deleteFieldLayout(FieldLayout fieldLayout)
Deletes a custom FieldLayout
NOTE: This is an enterprise ONLY feature. |
Collection<FieldConfigurationScheme> |
FieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout)
Returns a collection of FieldConfigurationSchemes that include the given FieldLayout. |
Collection<org.ofbiz.core.entity.GenericValue> |
FieldLayoutManager.getRelatedProjects(FieldLayout fieldLayout)
Finds all projects that use the given FieldLayout (via the configured FieldConfigurationScheme). |
| Uses of FieldLayout in com.atlassian.jira.issue.fields.screen |
|---|
| Methods in com.atlassian.jira.issue.fields.screen that return FieldLayout | |
|---|---|
FieldLayout |
FieldScreenRenderer.getFieldLayout()
Get the underlying FieldLayout which backs this FieldScreenRenderer. |
| Uses of FieldLayout in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return FieldLayout | |
|---|---|
abstract FieldLayout |
BulkEditBean.getTargetFieldLayout()
|
abstract FieldLayout |
BulkEditBean.getTargetFieldLayoutForType(String targetTypeId)
|
| Methods in com.atlassian.jira.web.bean that return types with arguments of type FieldLayout | |
|---|---|
abstract Collection<FieldLayout> |
BulkEditBean.getFieldLayouts()
Returns all the unique field layouts of the selected issues |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||