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, isAliasForField
protected AbstractSubTaskColumnLayoutItem(VelocityTemplatingEngine velocity, SubTaskBean subTaskBean, String subTasksView)
public String getHtml(Map displayParams, Issue issue)
SimpleColumnLayoutItem
getHtml
in interface ColumnLayoutItem
getHtml
in class SimpleColumnLayoutItem
protected abstract String getTemplate()
protected Collection<SubTask> getSubTasks()
Copyright © 2002-2018 Atlassian. All Rights Reserved.