com.atlassian.jira.issue.fields.layout.column
Interface ColumnLayoutItem

All Superinterfaces:
Comparable
All Known Implementing Classes:
ColumnLayoutItemImpl, SimpleColumnLayoutItem

public interface ColumnLayoutItem
extends Comparable


Method Summary
 String getHtml(Map displayParams, Issue issue)
           
 NavigableField getNavigableField()
           
 int getPosition()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNavigableField

public NavigableField getNavigableField()

getPosition

public int getPosition()

getHtml

public String getHtml(Map displayParams,
                      Issue issue)


Copyright © 2002-2005 Atlassian. All Rights Reserved.