Uses of Class
com.atlassian.gadgets.spec.GadgetSpec.Builder
Packages that use GadgetSpec.Builder
Package
Description
Contains classes related to Gadgets' Specification XML.
-
Uses of GadgetSpec.Builder in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that return GadgetSpec.BuilderModifier and TypeMethodDescriptionSet the author of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.authorEmail(String authorEmail) Set the author email of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.description(String description) Set the description of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.directoryTitle(String directoryTitle) Set the directory title of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.Set theMapofFeaturefor theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.static GadgetSpec.BuilderGadgetSpec.gadgetSpec(GadgetSpec gadgetSpec) Factory method which allows you to create a newGadgetSpecobject based on an existingGadgetSpec.static GadgetSpec.BuilderGadgetSpec.gadgetSpec(URI specUri) Factory method to create a new builder which can be used to createGadgetSpecobjects.GadgetSpec.Builder.height(int height) Set the height of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.scrolling(boolean scrolling) Set the scrolling setting of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.Set the thumbnailURIof theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.Set the title of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.Set the titleURIof theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.unsupportedFeatureNames(Iterable<String> unsupportedFeatureNames) Set the list of unsupported features for theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.userPrefs(Iterable<UserPrefSpec> userPrefs) Set the list ofUserPrefSpecobjects for theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.viewsNames(Set<String> viewsNames) Set the list of view names for theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.GadgetSpec.Builder.width(int width) Set the width of theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.