|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldScreenRenderLayoutItem | |
|---|---|
| com.atlassian.jira.issue.fields | |
| com.atlassian.jira.issue.fields.screen | |
| com.atlassian.jira.web.action.issue | |
| com.atlassian.jira.web.action.issue.bulkedit | |
| Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields with parameters of type FieldScreenRenderLayoutItem | |
|---|---|
void |
OrderableField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Ensure that the parameters are valid |
void |
WorklogSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
TimeTrackingSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
SummarySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
SecurityLevelSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ResolutionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ReporterSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ProjectSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
PrioritySystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
LabelsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
IssueTypeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
EnvironmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
validate the field value |
void |
DueDateSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
DescriptionSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
CustomFieldImpl.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
ComponentsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
CommentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
AttachmentSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
void |
AssigneeSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollectionToAddTo,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
Validate from parameters given an existing issue (usually invoked during some sort of edit stage) |
void |
AbstractVersionsSystemField.validateParams(OperationContext operationContext,
ErrorCollection errorCollection,
I18nHelper i18n,
Issue issue,
FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
|
| Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.issue.fields.screen |
|---|
| Classes in com.atlassian.jira.issue.fields.screen that implement FieldScreenRenderLayoutItem | |
|---|---|
class |
BulkFieldScreenRenderLayoutItemImpl
BulkFiedScreenRenderLayoutItem - encapsulates a fieldScreenLayoutItem and the associated fieldlayouts for a collection of issues |
class |
FieldScreenRenderLayoutItemImpl
Copyright (c) 2002-2004 All rights reserved. |
| Methods in com.atlassian.jira.issue.fields.screen that return FieldScreenRenderLayoutItem | |
|---|---|
FieldScreenRenderLayoutItem |
FieldScreenRenderer.getFieldScreenRenderLayoutItem(OrderableField orderableField)
A convenience method to locate the FieldScreenRenderLayoutItem which has a field
which has an id matching parameter orderableField |
| Methods in com.atlassian.jira.issue.fields.screen that return types with arguments of type FieldScreenRenderLayoutItem | |
|---|---|
List<FieldScreenRenderLayoutItem> |
FieldScreenRenderer.getAllScreenRenderItems()
Return a list of all the FieldScreenRenderLayoutItems contained
on any of the FieldScreenRenderTabs. |
List<FieldScreenRenderLayoutItem> |
FieldScreenRenderTab.getFieldScreenRenderLayoutItems()
|
List<FieldScreenRenderLayoutItem> |
FieldScreenRenderTabImpl.getFieldScreenRenderLayoutItems()
|
List<FieldScreenRenderLayoutItem> |
FieldScreenRenderTab.getFieldScreenRenderLayoutItemsForProcessing()
Should be used while actually processing the field input rather than displaying it. |
List<FieldScreenRenderLayoutItem> |
FieldScreenRenderTabImpl.getFieldScreenRenderLayoutItemsForProcessing()
|
Collection<FieldScreenRenderLayoutItem> |
FieldScreenRenderer.getRequiredFieldScreenRenderItems()
A convenience method which loops through all the FieldScreenRenderLayoutItem on all tabs, and returns
the ones that are required. |
| Constructor parameters in com.atlassian.jira.issue.fields.screen with type arguments of type FieldScreenRenderLayoutItem | |
|---|---|
FieldScreenRenderTabImpl(String name,
int position,
List<FieldScreenRenderLayoutItem> fieldScreenRenderLayoutItems)
|
|
| Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return FieldScreenRenderLayoutItem | |
|---|---|
FieldScreenRenderLayoutItem |
DeleteComment.getFieldScreenRendererLayoutItemForField(OrderableField field)
|
FieldScreenRenderLayoutItem |
AbstractCommentableIssue.getFieldScreenRendererLayoutItemForField(OrderableField field)
|
FieldScreenRenderLayoutItem |
CloneIssueDetails.getFieldScreenRenderLayoutItem(String fieldId)
|
| Methods in com.atlassian.jira.web.action.issue that return types with arguments of type FieldScreenRenderLayoutItem | |
|---|---|
List<FieldScreenRenderLayoutItem> |
ViewIssue.getDateLayoutItems()
|
| Uses of FieldScreenRenderLayoutItem in com.atlassian.jira.web.action.issue.bulkedit |
|---|
| Methods in com.atlassian.jira.web.action.issue.bulkedit that return FieldScreenRenderLayoutItem | |
|---|---|
protected FieldScreenRenderLayoutItem |
BulkWorkflowTransition.buildFieldScreenRenderLayoutItem(OrderableField field,
org.ofbiz.core.entity.GenericValue issue)
|
protected FieldScreenRenderLayoutItem |
BulkEdit.buildFieldScreenRenderLayoutItem(OrderableField field,
org.ofbiz.core.entity.GenericValue issue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||