com.googlecode.androidannotations.api.sharedpreferences
Class StringPrefEditorField<T extends EditorHelper<T>>

java.lang.Object
  extended by com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField<T>
      extended by com.googlecode.androidannotations.api.sharedpreferences.StringPrefEditorField<T>

public final class StringPrefEditorField<T extends EditorHelper<T>>
extends AbstractPrefEditorField<T>


Field Summary
 
Fields inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
editorHelper, key
 
Method Summary
 T put(java.lang.String value)
           
 
Methods inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public T put(java.lang.String value)


Copyright © 2010-2012. All Rights Reserved.