|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Target(value=METHOD) public static @interface UserPreferences.PreferenceAttributes
Annotates instances of Preference getters in UserPreferences objects. The name of the getter method will be used as the name of the preference.
| Optional Element Summary | |
|---|---|
java.lang.String |
default_value
The default value of the preference. |
java.lang.String |
display_name
The user-visible name of the preference. |
UserPreferences.PreferenceAttributes.Options |
options
Additional options that may be applied to the preference. |
public abstract java.lang.String default_value
public abstract java.lang.String display_name
public abstract UserPreferences.PreferenceAttributes.Options options
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||