Uses of Interface
com.atlassian.gadgets.dashboard.internal.Gadget

Packages that use Gadget
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest.representations   
 

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

Methods in com.atlassian.gadgets.dashboard.internal that return Gadget
 Gadget StateConverter.convertStateToGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
          Creates a Gadget from a GadgetState
 Gadget GadgetFactory.createGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
           
 Gadget GadgetFactory.createGadget(String gadgetSpecUrl, GadgetRequestContext gadgetRequestContext)
           
 Gadget Dashboard.findGadget(GadgetId gadgetId)
          Lookup a Gadget in this Dashboard given the gadget's id.
 

Methods in com.atlassian.gadgets.dashboard.internal that return types with arguments of type Gadget
 Iterable<Gadget> Dashboard.getGadgetsInColumn(DashboardState.ColumnIndex column)
           
 

Methods in com.atlassian.gadgets.dashboard.internal with parameters of type Gadget
 void Dashboard.addGadget(DashboardState.ColumnIndex column, Gadget gadget)
          Add a gadget to the first position of the specified column
 void Dashboard.addGadget(Gadget gadget)
           
 void Dashboard.appendGadget(DashboardState.ColumnIndex column, Gadget gadget)
          Add a gadget to the end of the specified column
 void Dashboard.appendGadget(Gadget gadget)
          Add a gadget to the default tab.
 

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

Classes in com.atlassian.gadgets.dashboard.internal.impl that implement Gadget
 class GadgetImpl
          Basic Gadget implementation.
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that return Gadget
 Gadget StateConverterImpl.convertStateToGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
           
 Gadget GadgetFactoryImpl.createGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
          Constructs a Gadget instance from the specified GadgetState.
 Gadget GadgetFactoryImpl.createGadget(String gadgetSpecUrl, GadgetRequestContext gadgetRequestContext)
          Creates a new gadget from the spec at the specified URL.
 Gadget DashboardImpl.findGadget(GadgetId gadgetId)
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that return types with arguments of type Gadget
 Iterable<Gadget> DashboardImpl.getGadgetsInColumn(DashboardState.ColumnIndex column)
           
 

Methods in com.atlassian.gadgets.dashboard.internal.impl with parameters of type Gadget
 void DashboardImpl.addGadget(DashboardState.ColumnIndex column, Gadget gadget)
           
 void DashboardImpl.addGadget(Gadget gadget)
           
 void DashboardImpl.appendGadget(DashboardState.ColumnIndex columnIndex, Gadget gadget)
           
 void DashboardImpl.appendGadget(Gadget gadget)
           
 

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

Methods in com.atlassian.gadgets.dashboard.internal.rest.representations with parameters of type Gadget
 GadgetRepresentation RepresentationFactoryImpl.createGadgetRepresentation(DashboardId dashboardId, Gadget gadget, GadgetRequestContext gadgetRequestContext, boolean writable, DashboardState.ColumnIndex column)
           
 GadgetRepresentation RepresentationFactory.createGadgetRepresentation(DashboardId dashboardId, Gadget gadget, GadgetRequestContext gadgetRequestContext, boolean writable, DashboardState.ColumnIndex column)
          Given a Gadget, this creates a new JAXB gadget representation
 



Copyright © 2010 Atlassian. All Rights Reserved.