|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.UserPreferences.Preference<T>
T - the type of data encapsulatedpublic abstract static class UserPreferences.Preference<T>
Represents the types of user preferences available in the Gadget container.
| Field Summary | |
|---|---|
protected PreferencesUtil |
prefs
Access to the low-level preferences API. |
| Constructor Summary | |
|---|---|
UserPreferences.Preference()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
The unique name of the preference. |
abstract T |
getValue()
Returns the current value of the preference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final PreferencesUtil prefs
| Constructor Detail |
|---|
public UserPreferences.Preference()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract T getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||