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

java.lang.Object
  extended by com.pyxis.greenhopper.jira.configurations.layout.AbstractLayouts
      extended by com.pyxis.greenhopper.jira.configurations.layout.CardLayouts
All Implemented Interfaces:
Layouts

public class CardLayouts
extends AbstractLayouts


Field Summary
static int MIN_CARD_LINES
           
 
Fields inherited from class com.pyxis.greenhopper.jira.configurations.layout.AbstractLayouts
configuration, issueFieldManager, WATCHED_FIELDS
 
Fields inherited from interface com.pyxis.greenhopper.jira.configurations.layout.Layouts
CARD_LAYOUT, CORNER, LAYOUTS, LIST_LAYOUT, SUMMARY_LAYOUT
 
Constructor Summary
CardLayouts(Configuration configuration, IssueFieldManager issueFieldManager)
           
 
Method Summary
 void applyLayoutToAll(java.lang.String typeId, IssueFieldManager issueFieldManager)
           
protected  int getMinLineCount()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.configurations.layout.AbstractLayouts
add, add, clearCache, getCachedLines, getCornerField, getCornerFieldIds, getFieldCount, getLayout, getLayout, getLayoutFieldCount, getLineCount, getMaxLineCount, isCorner, isCornerAligned, isCornerFieldOnCard, reset, restoreDefaultLayout, setCornerField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_CARD_LINES

public static final int MIN_CARD_LINES
See Also:
Constant Field Values
Constructor Detail

CardLayouts

public CardLayouts(Configuration configuration,
                   IssueFieldManager issueFieldManager)
Method Detail

applyLayoutToAll

public void applyLayoutToAll(java.lang.String typeId,
                             IssueFieldManager issueFieldManager)
Specified by:
applyLayoutToAll in interface Layouts
Overrides:
applyLayoutToAll in class AbstractLayouts

getMinLineCount

protected int getMinLineCount()
Specified by:
getMinLineCount in class AbstractLayouts


Copyright © 2007-2012 Atlassian. All Rights Reserved.