com.atlassian.jira.web.component.subtask
Class SubTaskWorkflowLinksColumnLayoutItem

java.lang.Object
  extended by com.atlassian.jira.web.component.SimpleColumnLayoutItem
      extended by com.atlassian.jira.web.component.subtask.SubTaskWorkflowLinksColumnLayoutItem
All Implemented Interfaces:
ColumnLayoutItem, Comparable

public class SubTaskWorkflowLinksColumnLayoutItem
extends SimpleColumnLayoutItem


Constructor Summary
SubTaskWorkflowLinksColumnLayoutItem(IssueUtilsBean issueUtilsBean, I18nBean i18nBean, Issue parentIssue)
           
 
Method Summary
protected  String getColumnCssClass()
          Subclasses can override this to provide their own CSS class if they need to
 String getHtml(Map displayParams, Issue issue)
          Subclasses need to implement this to return the HTML for each row.
 String getWorkflowTransitionDescription(com.opensymphony.workflow.loader.ActionDescriptor descriptor)
           
 String getWorkflowTransitionDisplayName(com.opensymphony.workflow.loader.ActionDescriptor descriptor)
           
 
Methods inherited from class com.atlassian.jira.web.component.SimpleColumnLayoutItem
compareTo, getColumnHeadingKey, getHeaderHtml, getIssueObject, getNavigableField, getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubTaskWorkflowLinksColumnLayoutItem

public SubTaskWorkflowLinksColumnLayoutItem(IssueUtilsBean issueUtilsBean,
                                            I18nBean i18nBean,
                                            Issue parentIssue)
Method Detail

getColumnCssClass

protected String getColumnCssClass()
Description copied from class: SimpleColumnLayoutItem
Subclasses can override this to provide their own CSS class if they need to

Overrides:
getColumnCssClass in class SimpleColumnLayoutItem
Returns:
a css class - defaults to empty String

getHtml

public String getHtml(Map displayParams,
                      Issue issue)
Description copied from class: SimpleColumnLayoutItem
Subclasses need to implement this to return the HTML for each row.

Specified by:
getHtml in interface ColumnLayoutItem
Specified by:
getHtml in class SimpleColumnLayoutItem

getWorkflowTransitionDisplayName

public String getWorkflowTransitionDisplayName(com.opensymphony.workflow.loader.ActionDescriptor descriptor)

getWorkflowTransitionDescription

public String getWorkflowTransitionDescription(com.opensymphony.workflow.loader.ActionDescriptor descriptor)


Copyright © 2002-2007 Atlassian. All Rights Reserved.