|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserPrefSpec | |
|---|---|
| com.atlassian.gadgets.dashboard.internal.impl | |
| com.atlassian.gadgets.spec | Contains classes related to Gadgets' Specification XML. |
| Uses of UserPrefSpec in com.atlassian.gadgets.dashboard.internal.impl |
|---|
| Constructors in com.atlassian.gadgets.dashboard.internal.impl with parameters of type UserPrefSpec | |
|---|---|
UserPrefImpl(UserPrefSpec userPrefSpec,
String value)
|
|
| Uses of UserPrefSpec in com.atlassian.gadgets.spec |
|---|
| Methods in com.atlassian.gadgets.spec that return UserPrefSpec | |
|---|---|
UserPrefSpec |
UserPrefSpec.Builder.build()
Returns the final constructed UserPrefSpec |
| Methods in com.atlassian.gadgets.spec that return types with arguments of type UserPrefSpec | |
|---|---|
Iterable<UserPrefSpec> |
GadgetSpec.getUserPrefs()
Get the user prefs in this spec |
| Methods in com.atlassian.gadgets.spec with parameters of type UserPrefSpec | |
|---|---|
static UserPrefSpec.Builder |
UserPrefSpec.userPrefSpec(UserPrefSpec userPrefSpec)
Factory method which allows you to create a new UserPrefSpec object based on an existing
UserPrefSpec. |
| Method parameters in com.atlassian.gadgets.spec with type arguments of type UserPrefSpec | |
|---|---|
GadgetSpec.Builder |
GadgetSpec.Builder.userPrefs(Iterable<UserPrefSpec> userPrefs)
Set the list of UserPrefSpec objects for the GadgetSpec under construction and return
this Builder to allow further construction to be done. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||