|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.SetPrefsFeatureImpl
public class SetPrefsFeatureImpl
Provides access to the preference-saving API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature |
|---|
GadgetFeature.FeatureName, GadgetFeature.MayRequire |
| Method Summary | ||
|---|---|---|
|
set(UserPreferences.Preference<T> pref,
T value)
Assign a new value to the specified preference. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public <T> void set(UserPreferences.Preference<T> pref,
T value)
SetPrefsFeature
set in interface SetPrefsFeatureT - the type of data encapsulated by the preferencepref - a Preference object obtained from a subtype of
UserPreferencesvalue - the new value to assign
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||