com.google.gwt.gadgets.client
Class ListPreference

java.lang.Object
  extended by com.google.gwt.gadgets.client.UserPreferences.Preference<java.lang.String[]>
      extended by com.google.gwt.gadgets.client.ListPreference

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

A list of String preferences.


Field Summary
 
Fields inherited from class com.google.gwt.gadgets.client.UserPreferences.Preference
prefs
 
Constructor Summary
ListPreference()
           
 
Method Summary
 java.lang.String[] getValue()
          Returns the value of a list preference as a list of strings.
 
Methods inherited from class com.google.gwt.gadgets.client.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 java.lang.String[] getValue()
Returns the value of a list preference as a list of strings.

Specified by:
getValue in class UserPreferences.Preference<java.lang.String[]>
Returns:
the value of a list preference as a list of strings.