Uses of Class
com.atlassian.gadgets.spi.GadgetLayout

Packages that use GadgetLayout
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.spi.changes   
 

Uses of GadgetLayout in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal with parameters of type GadgetLayout
 void Dashboard.changeLayout(Layout layout, GadgetLayout gadgetLayout)
          Change the layout of the dashboard and use the gadget layout to update the gadget positioning.
 void Dashboard.rearrangeGadgets(GadgetLayout layout)
          Rearrange and reposition the gadgets on the dashboard according to the specified layout.
 

Uses of GadgetLayout in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl with parameters of type GadgetLayout
 void DashboardImpl.assertGadgetLayoutIsValid(Layout layout, GadgetLayout gadgetLayout)
          Checks to make sure there are no gadgets in out of bounds columns.
 void DashboardImpl.changeLayout(Layout layout, GadgetLayout gadgetLayout)
           
 void DashboardImpl.rearrangeGadgets(GadgetLayout gadgetLayout)
           
 

Uses of GadgetLayout in com.atlassian.gadgets.spi.changes
 

Methods in com.atlassian.gadgets.spi.changes that return GadgetLayout
 GadgetLayout UpdateLayoutChange.getGadgetLayout()
          Get the layout of all the Gadgets on the dashboard
 

Constructors in com.atlassian.gadgets.spi.changes with parameters of type GadgetLayout
UpdateLayoutChange(Layout layout, GadgetLayout gadgetLayout)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.