Class SubTaskReorderColumnLayoutItem
java.lang.Object
com.atlassian.jira.web.component.SimpleColumnLayoutItem
com.atlassian.jira.web.component.subtask.AbstractSubTaskColumnLayoutItem
com.atlassian.jira.web.component.subtask.SubTaskReorderColumnLayoutItem
- All Implemented Interfaces:
ColumnLayoutItem,Comparable
This class displays a column which displays arrows for changing the sequence of sub-tasks on the view issue page.
Note that a new instance should be created for every view issue page, as it uses sequence numbers which need to be reset after each use.
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
TO_ID -
Constructor Summary
ConstructorsConstructorDescriptionSubTaskReorderColumnLayoutItem(PermissionManager permissionManager, ApplicationUser user, VelocityTemplatingEngine templatingEngine, SubTaskBean subTaskBean, String subTaskView, String contextPath, Issue parentIssue, I18nHelper i18n) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringSubclasses can override this to provide their own CSS class if they need togetContext(Issue issue) protected StringMethods inherited from class com.atlassian.jira.web.component.subtask.AbstractSubTaskColumnLayoutItem
getCurrentSubTaskSequence, getHtml, getSubTasksMethods inherited from class com.atlassian.jira.web.component.SimpleColumnLayoutItem
compareTo, getColumnHeadingKey, getHeaderHtml, getId, getIssueObject, getNavigableField, getPosition, isAliasForField
-
Constructor Details
-
SubTaskReorderColumnLayoutItem
public SubTaskReorderColumnLayoutItem(PermissionManager permissionManager, ApplicationUser user, VelocityTemplatingEngine templatingEngine, SubTaskBean subTaskBean, String subTaskView, String contextPath, Issue parentIssue, I18nHelper i18n)
-
-
Method Details
-
getColumnCssClass
Description copied from class:SimpleColumnLayoutItemSubclasses can override this to provide their own CSS class if they need to- Overrides:
getColumnCssClassin classSimpleColumnLayoutItem- Returns:
- a css class - defaults to empty String
-
getContext
- Specified by:
getContextin classAbstractSubTaskColumnLayoutItem
-
getTemplate
- Specified by:
getTemplatein classAbstractSubTaskColumnLayoutItem
-