public abstract class AbstractSubTaskColumnLayoutItem extends SimpleColumnLayoutItem
TO_ID| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubTaskColumnLayoutItem(VelocityTemplatingEngine velocity,
SubTaskBean subTaskBean,
String subTasksView) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,Object> |
getContext(Issue issue) |
protected Long |
getCurrentSubTaskSequence(Issue issue) |
String |
getHtml(Map displayParams,
Issue issue)
Subclasses need to implement this to return the HTML for each row.
|
protected Collection<SubTask> |
getSubTasks() |
protected abstract String |
getTemplate() |
compareTo, getColumnCssClass, getColumnHeadingKey, getHeaderHtml, getId, getIssueObject, getNavigableField, getPosition, isAliasForFieldprotected AbstractSubTaskColumnLayoutItem(VelocityTemplatingEngine velocity, SubTaskBean subTaskBean, String subTasksView)
public String getHtml(Map displayParams, Issue issue)
SimpleColumnLayoutItemgetHtml in interface ColumnLayoutItemgetHtml in class SimpleColumnLayoutItemprotected abstract String getTemplate()
protected Collection<SubTask> getSubTasks()
Copyright © 2002-2022 Atlassian. All Rights Reserved.