Uses of Class
com.atlassian.gadgets.GadgetState
Packages that use GadgetState
Package
Description
This package contains the main APIs for interacting with gadgets.
This package contains the main APIs for interacting with dashboards and gadgets.
Contains classes related to Gadgets' Specification XML.
Contains classes related to the rendering and display of gadgets.
-
Uses of GadgetState in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return GadgetStateModifier and TypeMethodDescriptionGadgetState.Builder.build()Returns the final constructedGadgetStateMethods in com.atlassian.gadgets with parameters of type GadgetStateModifier and TypeMethodDescriptionstatic GadgetState.BuilderGadgetState.gadget(GadgetState state) Factory method which allows you to create a newGadgetStateobject based on an existingGadgetState.DashboardItemStateVisitor.visit(GadgetState openSocialGadgetState) Constructors in com.atlassian.gadgets with parameters of type GadgetState -
Uses of GadgetState in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that return types with arguments of type GadgetStateModifier and TypeMethodDescriptionIterable<? extends Iterable<GadgetState>>DashboardState.getColumns()Deprecated.DashboardState.getGadgetsInColumn(DashboardState.ColumnIndex column) Deprecated.Methods in com.atlassian.gadgets.dashboard with parameters of type GadgetStateModifier and TypeMethodDescriptionDashboardState.appendGadgetToColumn(GadgetState gadgetState, DashboardState.ColumnIndex index) Deprecated.DashboardState.prependGadgetToColumn(GadgetState dashboardItemState, DashboardState.ColumnIndex index) Deprecated.Method parameters in com.atlassian.gadgets.dashboard with type arguments of type GadgetStateModifier and TypeMethodDescriptionDashboardState.Builder.columns(Iterable<? extends Iterable<GadgetState>> columns) Deprecated. -
Uses of GadgetState in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec with parameters of type GadgetStateModifier and TypeMethodDescriptionGadgetSpecFactory.getGadgetSpec(GadgetState gadgetState, GadgetRequestContext gadgetRequestContext) Create aGadgetSpecfrom aGadgetState -
Uses of GadgetState in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view that return GadgetStateMethods in com.atlassian.gadgets.view with parameters of type GadgetStateModifier and TypeMethodDescriptionRenderedGadgetUriBuilder.build(GadgetState gadgetState, ModuleId moduleId, View view, GadgetRequestContext gadgetRequestContext) Returns the URL to the rendered gadget.RenderedGadgetUriBuilder.build(GadgetState gadgetState, View view, GadgetRequestContext gadgetRequestContext) Deprecated.booleanGadgetViewFactory.canRenderInViewType(GadgetState state, ViewType viewType, GadgetRequestContext gadgetRequestContext) Returnstrueif the gadget represented bystatecan be rendered with the givenViewTypefor thelocalespecified in theGadgetRequestContext.GadgetViewFactory.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) SecurityTokenFactory.newSecurityToken(GadgetState state, String viewer) Create a new security token for the gadget.Constructors in com.atlassian.gadgets.view with parameters of type GadgetStateModifierConstructorDescriptionGadgetRenderingException(GadgetState gadget, Throwable cause) GadgetRenderingException(String message, GadgetState gadget) GadgetRenderingException(String message, GadgetState gadget, Throwable cause)
DashboardState.prependItemToColumn(com.atlassian.gadgets.DashboardItemState, com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex)instead.