Uses of Interface
com.atlassian.gadgets.view.ViewComponent
Packages that use ViewComponent
Package
Description
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 ViewComponentModifier and TypeMethodDescriptionDashboardTabViewFactory.createDashboardView(Iterable<DashboardTab> tabs, DashboardState selectedTabDashboardState, String username, int maxGadgets, GadgetRequestContext gadgetRequestContext) Returns aViewComponentthat will render theDashboardStateandDashboardTabs customizing the view based on the permissions the user has to view/edit the dashboard and the specifiedLocale. -
Uses of ViewComponent in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view that return ViewComponentModifier and TypeMethodDescriptionGadgetViewFactory.createGadgetView(GadgetState state, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns aViewComponentthat will render theGadgetState, customizing the view based on theLocalespecified in theGadgetRequestContextand the desiredViewType.GadgetViewFactory.createGadgetView(GadgetState state, View view, GadgetRequestContext gadgetRequestContext) Deprecated.
GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View, com.atlassian.gadgets.GadgetRequestContext)