org.cruxframework.crux.plugin.gadget.client.features
Class ListPreference

java.lang.Object
  extended by org.cruxframework.crux.plugin.gadget.client.features.UserPreferences.Preference<String[]>
      extended by org.cruxframework.crux.plugin.gadget.client.features.ListPreference

public abstract class ListPreference
extends UserPreferences.Preference<String[]>

A list of String preferences.


Field Summary
 
Fields inherited from class org.cruxframework.crux.plugin.gadget.client.features.UserPreferences.Preference
prefs
 
Constructor Summary
ListPreference()
           
 
Method Summary
 String[] getValue()
          Returns the value of a list preference as a list of strings.
 
Methods inherited from class org.cruxframework.crux.plugin.gadget.client.features.UserPreferences.Preference
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPreference

public ListPreference()
Method Detail

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.