com.pyxis.greenhopper.jira.configurations.layout
Class CompactLayout

java.lang.Object
  extended by com.pyxis.greenhopper.jira.configurations.layout.ListLayout
      extended by com.pyxis.greenhopper.jira.configurations.layout.CompactLayout
All Implemented Interfaces:
Layout

public class CompactLayout
extends ListLayout


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.configurations.layout.ListLayout
issueFieldManager, issueType, listLayouts, totalWeight
 
Fields inherited from interface com.pyxis.greenhopper.jira.configurations.layout.Layout
CARD_HEADER_HEIGHT, LINE_HEIGHT, SUMMARY_HEADER_HEIGHT
 
Constructor Summary
CompactLayout(BoardIssue boardIssue)
           
CompactLayout(IssueFieldManager issueFieldManager, ListLayouts listLayouts, com.atlassian.jira.issue.issuetype.IssueType issueType)
           
 
Method Summary
 java.util.List<IssueField> getFields()
           
 int getTotalWidth()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.configurations.layout.ListLayout
getCorner, getCornerWidth, getHeight, getIssueType, getLineCount, getWidth, hasCorner, isCorner, isCrowded, layoutWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompactLayout

public CompactLayout(IssueFieldManager issueFieldManager,
                     ListLayouts listLayouts,
                     com.atlassian.jira.issue.issuetype.IssueType issueType)

CompactLayout

public CompactLayout(BoardIssue boardIssue)
Method Detail

getFields

public java.util.List<IssueField> getFields()
Specified by:
getFields in interface Layout
Overrides:
getFields in class ListLayout

getTotalWidth

public int getTotalWidth()
Overrides:
getTotalWidth in class ListLayout


Copyright © 2007-2012 Atlassian. All Rights Reserved.