Uses of Interface
com.atlassian.gadgets.view.ViewComponent

Packages that use ViewComponent
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.dashboard.view   
com.atlassian.gadgets.embedded.internal Handles construction of gadget <iframes>, rendering, and URLs to Shindig's gadget rendering servlet. 
com.atlassian.gadgets.view Contains classes related to the rendering and display of gadgets. 
 

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

Classes in com.atlassian.gadgets.dashboard.internal that implement ViewComponent
 class AbstractViewComponent
           
 

Uses of ViewComponent in com.atlassian.gadgets.dashboard.internal.velocity
 

Methods in com.atlassian.gadgets.dashboard.internal.velocity that return ViewComponent
 ViewComponent VelocityViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext)
           
 

Uses of ViewComponent in com.atlassian.gadgets.dashboard.view
 

Methods in com.atlassian.gadgets.dashboard.view that return ViewComponent
 ViewComponent DashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext)
          Returns a ViewComponent that will render the DashboardState and DashboardTabs customizing the view based on the permissions the user has to view/edit the dashboard and the specified Locale.
 

Uses of ViewComponent in com.atlassian.gadgets.embedded.internal
 

Methods in com.atlassian.gadgets.embedded.internal that return ViewComponent
 ViewComponent GadgetViewFactoryImpl.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
           
 

Uses of ViewComponent in com.atlassian.gadgets.view
 

Methods in com.atlassian.gadgets.view that return ViewComponent
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
          Returns a ViewComponent that will render the GadgetState, customizing the view based on the Locale specified in the GadgetRequestContext and the desired ViewType.
 



Copyright © 2009 Atlassian. All Rights Reserved.