com.atlassian.gadgets.spi
Class GadgetLayout

java.lang.Object
  extended by com.atlassian.gadgets.spi.GadgetLayout

public final class GadgetLayout
extends Object


Constructor Summary
GadgetLayout(List<? extends Iterable<GadgetId>> columnLayout)
           
 
Method Summary
 Iterable<GadgetId> getGadgetsInColumn(int column)
           
 int getNumberOfColumns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetLayout

public GadgetLayout(List<? extends Iterable<GadgetId>> columnLayout)
Method Detail

getNumberOfColumns

public int getNumberOfColumns()

getGadgetsInColumn

public Iterable<GadgetId> getGadgetsInColumn(int column)


Copyright © 2010 Atlassian. All Rights Reserved.