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

Packages that use ViewComponent
com.atlassian.gadgets.dashboard.view   
com.atlassian.gadgets.view Contains classes related to the rendering and display of gadgets. 
 

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.view
 

Methods in com.atlassian.gadgets.view that return ViewComponent
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, ModuleId moduleId, 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.
 ViewComponent GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext)
          Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View,com.atlassian.gadgets.GadgetRequestContext)
 



Copyright © 2013 Atlassian. All Rights Reserved.