com.atlassian.jira.web.action.admin.issuefields.screens
Class ConfigureFieldScreen
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.issuefields.screens.ConfigureFieldScreen
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class ConfigureFieldScreen
- extends JiraWebActionSupport
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectChecker, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, doValidation, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface webwork.action.CommandDriven |
getCommandName, setCommand |
ConfigureFieldScreen
public ConfigureFieldScreen(FieldManager fieldManager,
FieldScreenManager fieldScreenManager,
AddFieldToScreenUtil addFieldToScreenUtil,
ProjectFieldScreenHelper helper)
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault
in class webwork.action.ActionSupport
- Throws:
Exception
doExecute
protected String doExecute()
throws Exception
- Overrides:
doExecute
in class webwork.action.ActionSupport
- Throws:
Exception
getId
public Long getId()
setId
public void setId(Long id)
getFieldScreen
public FieldScreen getFieldScreen()
getFieldName
public String getFieldName(Field field)
getAddableFields
public Collection getAddableFields()
getControlRowSize
public int getControlRowSize()
getButtonRowSize
public int getButtonRowSize()
doAddField
public String doAddField()
getTabPosition
public int getTabPosition()
getTab
public FieldScreenTab getTab()
setTabPosition
public void setTabPosition(int tabPosition)
getFieldId
public String[] getFieldId()
setFieldId
public void setFieldId(String[] fieldId)
getFieldPosition
public String getFieldPosition()
setFieldPosition
public void setFieldPosition(String fieldPosition)
doMoveLayoutItemFirst
public String doMoveLayoutItemFirst()
doMoveLayoutItemUp
public String doMoveLayoutItemUp()
doMoveLayoutItemDown
public String doMoveLayoutItemDown()
doMoveLayoutItemLast
public String doMoveLayoutItemLast()
getDestinationTabs
public Collection getDestinationTabs()
getDestinationTabBoxName
public String getDestinationTabBoxName(int index)
getRemoveFieldBoxName
public String getRemoveFieldBoxName(int index)
doAddTab
public String doAddTab()
doRenameTab
public String doRenameTab()
doViewDeleteTab
public String doViewDeleteTab()
doDeleteTab
public String doDeleteTab()
getConfirm
public String getConfirm()
setConfirm
public void setConfirm(String confirm)
getNewPositionTextBoxName
public String getNewPositionTextBoxName(int index)
getNewPositionValue
public String getNewPositionValue(int index)
doConfigureTab
public String doConfigureTab()
getTabName
public String getTabName()
setTabName
public void setTabName(String tabName)
doMoveTabLeft
public String doMoveTabLeft()
doMoveTabRight
public String doMoveTabRight()
getNewTabName
public String getNewTabName()
setNewTabName
public void setNewTabName(String newTabName)
getHlFields
public Collection getHlFields()
setCurrentFields
public void setCurrentFields(String[] currentFields)
isTabsAllowed
public boolean isTabsAllowed()
getUsedIn
public List<Project> getUsedIn()
Copyright © 2002-2012 Atlassian. All Rights Reserved.