Uses of Class
com.atlassian.gadgets.dashboard.Layout

Packages that use Layout
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest.representations   
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
 

Uses of Layout in com.atlassian.gadgets.dashboard
 

Methods in com.atlassian.gadgets.dashboard that return Layout
 Layout DashboardState.getLayout()
          Returns the Layout of the dashboard.
static Layout Layout.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Layout[] Layout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.gadgets.dashboard with parameters of type Layout
 DashboardState.Builder DashboardState.Builder.layout(Layout layout)
          Set the Layout of the DashboardState under construction and return this Builder to allow further construction to be done.
 

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

Methods in com.atlassian.gadgets.dashboard.internal that return Layout
 Layout Dashboard.getLayout()
           
 

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

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

Methods in com.atlassian.gadgets.dashboard.internal.impl that return Layout
 Layout DashboardImpl.getLayout()
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl with parameters of type Layout
 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)
           
 

Uses of Layout in com.atlassian.gadgets.dashboard.internal.rest.representations
 

Methods in com.atlassian.gadgets.dashboard.internal.rest.representations that return Layout
 Layout DashboardRepresentation.getLayout()
           
 

Uses of Layout in com.atlassian.gadgets.dashboard.spi.changes
 

Methods in com.atlassian.gadgets.dashboard.spi.changes that return Layout
 Layout UpdateLayoutChange.getLayout()
          Get the Layout type, e.g.
 

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



Copyright © 2012 Atlassian. All Rights Reserved.