Uses of Class
com.atlassian.gadgets.view.View
Packages that use View
Package
Description
This package contains the main APIs for interacting with gadgets.
Contains classes related to the rendering and display of gadgets.
-
Uses of View in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return ViewMethods in com.atlassian.gadgets with parameters of type ViewModifier and TypeMethodDescriptionSet the current view of theGadgetRequestContextunder construction and return thisBuilderto allow further construction to be done. -
Uses of View in com.atlassian.gadgets.view
Fields in com.atlassian.gadgets.view declared as ViewModifier and TypeFieldDescriptionstatic final ViewView.DEFAULTDefaultView, which uses the defaultViewTypeand is writable.static final ViewView.DIRECTORYMethods in com.atlassian.gadgets.view that return ViewModifier and TypeMethodDescriptionView.Builder.build()Returns a newViewSettingsobject using the values in thisBuilder.Methods in com.atlassian.gadgets.view with parameters of type ViewModifier 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.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)
RenderedGadgetUriBuilder.build(GadgetState, ModuleId, View, GadgetRequestContext)