public class

SubTaskReorderColumnLayoutItem

extends SimpleColumnLayoutItem
java.lang.Object
   ↳ com.atlassian.jira.web.component.SimpleColumnLayoutItem
     ↳ com.atlassian.jira.web.component.subtask.SubTaskReorderColumnLayoutItem

Class Overview

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.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
Public Constructors
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager, SubTaskBean subTaskBean, String subTaskView, Issue parentIssue, User user, I18nHelper i18n)
Public Methods
String getHtml(Map displayParams, Issue issue)
Subclasses need to implement this to return the HTML for each row.
Protected Methods
String getColumnCssClass()
Subclasses can override this to provide their own CSS class if they need to
[Expand]
Inherited Methods
From class com.atlassian.jira.web.component.SimpleColumnLayoutItem
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
From interface java.lang.Comparable

Public Constructors

public SubTaskReorderColumnLayoutItem (PermissionManager permissionManager, SubTaskBean subTaskBean, String subTaskView, Issue parentIssue, User user, I18nHelper i18n)

Public Methods

public String getHtml (Map displayParams, Issue issue)

Subclasses need to implement this to return the HTML for each row.

Protected Methods

protected String getColumnCssClass ()

Subclasses can override this to provide their own CSS class if they need to

Returns
  • a css class - defaults to empty String