org.cruxframework.crux.plugin.gadget.client.features
Class ListPreference
java.lang.Object
org.cruxframework.crux.plugin.gadget.client.features.UserPreferences.Preference<String[]>
org.cruxframework.crux.plugin.gadget.client.features.ListPreference
public abstract class ListPreference
- extends UserPreferences.Preference<String[]>
A list of String preferences.
|
Method Summary |
String[] |
getValue()
Returns the value of a list preference as a list of strings. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListPreference
public ListPreference()
getValue
public String[] getValue()
- Returns the value of a list preference as a list of strings.
- Specified by:
getValue in class UserPreferences.Preference<String[]>
- Returns:
- the value of a list preference as a list of strings.
Copyright © 2014. All rights reserved.