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

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

public class ParentLayout
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
ParentLayout(BoardIssue boardIssue)
           
 
Method Summary
 IssueField getCorner()
           
 java.util.List<IssueField> getFields()
           
 int getTotalWidth()
           
protected  int layoutWeight()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.configurations.layout.ListLayout
getCornerWidth, getHeight, getIssueType, getLineCount, getWidth, hasCorner, isCorner, isCrowded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentLayout

public ParentLayout(BoardIssue boardIssue)
Method Detail

getFields

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

getCorner

public IssueField getCorner()
Specified by:
getCorner in interface Layout
Overrides:
getCorner in class ListLayout

layoutWeight

protected int layoutWeight()
Overrides:
layoutWeight in class ListLayout

getTotalWidth

public int getTotalWidth()
Overrides:
getTotalWidth in class ListLayout


Copyright © 2007-2014 Atlassian. All Rights Reserved.