Uses of Class
com.atlassian.gadgets.view.View.Builder
Packages that use View.Builder
Package
Description
Contains classes related to the rendering and display of gadgets.
-
Uses of View.Builder in com.atlassian.gadgets.view
Methods in com.atlassian.gadgets.view that return View.BuilderModifier and TypeMethodDescriptionView.Builder.addViewParam(String name, String value) Add a view parameter as anamevaluepairView.Builder.addViewParams(Map<String, String> params) Add a number of view parameters asnamevaluepairsSets theViewTypeto useView.Builder.writable(boolean writable) Sets whether this view is writable.