|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GadgetState.Builder | |
|---|---|
| com.atlassian.gadgets | This package contains the main APIs for interacting with gadgets. |
| Uses of GadgetState.Builder in com.atlassian.gadgets |
|---|
| Methods in com.atlassian.gadgets that return GadgetState.Builder | |
|---|---|
GadgetState.Builder |
GadgetState.Builder.color(Color color)
Set the Color of the GadgetState under construction and return this Builder
to allow further construction to be done. |
static GadgetState.Builder |
GadgetState.gadget(GadgetState state)
Factory method which allows you to create a new GadgetState object based on an existing
GadgetState. |
GadgetState.Builder |
GadgetState.SpecUriBuilder.specUri(String specUri)
Sets the spec URI of the GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set. |
GadgetState.Builder |
GadgetState.SpecUriBuilder.specUri(URI specUri)
Sets the spec URI of the GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set. |
GadgetState.Builder |
GadgetState.Builder.userPrefs(Map<String,String> userPrefs)
Set the Map of user preference values for the GadgetState under construction and return
this Builder to allow further construction to be done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||