A B C D E F G H I K L M N O P R S T U V

S

save(Object) - 类 net.tsz.afinal.FinalDb 中的方法
保存数据库
select(String) - 类 net.tsz.afinal.annotation.view.EventListener 中的方法
 
Select - net.tsz.afinal.annotation.view 中的 注释类型
 
sendRequest(HttpUriRequest...) - 类 net.tsz.afinal.http.SyncRequestHandler 中的方法
 
SERIAL_EXECUTOR - 类 net.tsz.afinal.common.AsyncTask 中的静态变量
An Executor that executes tasks one at a time in serial order.
set(int, String) - 类 net.tsz.afinal.bitmap.core.LruDiskCache.Editor 中的方法
Sets the value at index to value.
set(int, String) - 类 net.tsz.afinal.common.DiskLruCache.Editor 中的方法
Sets the value at index to value.
set(String, Object) - 类 net.tsz.afinal.db.sqlite.DbModel 中的方法
 
setAnimation(Animation) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setAnimationType(int) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setBindArgs(LinkedList<Object>) - 类 net.tsz.afinal.db.sqlite.SqlInfo 中的方法
 
setBitmapHeight(int) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setBitmapWidth(int) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setCheckDatabese(boolean) - 类 net.tsz.afinal.db.table.TableInfo 中的方法
 
setClassName(String) - 类 net.tsz.afinal.db.table.TableInfo 中的方法
 
setColumn(String) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setContentView(int) - 类 net.tsz.afinal.FinalActivity 中的方法
 
setContentView(View, LayoutParams) - 类 net.tsz.afinal.FinalActivity 中的方法
 
setContentView(View) - 类 net.tsz.afinal.FinalActivity 中的方法
 
setContext(Context) - 类 net.tsz.afinal.FinalDb.DaoConfig 中的方法
 
setDataType(Class<?>) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setDbName(String) - 类 net.tsz.afinal.FinalDb.DaoConfig 中的方法
 
setDbUpdateListener(FinalDb.DbUpdateListener) - 类 net.tsz.afinal.FinalDb.DaoConfig 中的方法
 
setDbVersion(int) - 类 net.tsz.afinal.FinalDb.DaoConfig 中的方法
 
setDebug(boolean) - 类 net.tsz.afinal.FinalDb.DaoConfig 中的方法
 
setDefaultExecutor(Executor) - 类 net.tsz.afinal.common.AsyncTask 中的静态方法
 
setDefaultValue(String) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setDiskCacheSize(int) - 类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的方法
 
setExitTasksEarly(boolean) - 类 net.tsz.afinal.FinalBitmap 中的方法
 
setField(Field) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setFieldName(String) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setFieldValue(Object, Field, Object) - 类 net.tsz.afinal.reflect.FieldUtils 中的静态方法
设置某个字段的值
setGet(Method) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setId(Id) - 类 net.tsz.afinal.db.table.TableInfo 中的方法
 
setKey(String) - 类 net.tsz.afinal.db.table.KeyValue 中的方法
 
setLoadfailBitmap(Bitmap) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setLoadingBitmap(Bitmap) - 类 net.tsz.afinal.bitmap.core.BitmapDisplayConfig 中的方法
 
setManyClass(Class<?>) - 类 net.tsz.afinal.db.table.ManyToOne 中的方法
 
setMemCacheSize(int) - 类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的方法
 
setMemCacheSizePercent(Context, float) - 类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的方法
设置缓存大小
setOneClass(Class<?>) - 类 net.tsz.afinal.db.table.OneToMany 中的方法
 
setSet(Method) - 类 net.tsz.afinal.db.table.Property 中的方法
 
setSql(String) - 类 net.tsz.afinal.db.sqlite.SqlInfo 中的方法
 
setTableName(String) - 类 net.tsz.afinal.db.table.TableInfo 中的方法
 
setValue(Object) - 类 net.tsz.afinal.db.table.KeyValue 中的方法
 
setValue(Object, Object) - 类 net.tsz.afinal.db.table.Property 中的方法
 
SimpleDisplayer - net.tsz.afinal.bitmap.display 中的 类
 
SimpleDisplayer() - 类 net.tsz.afinal.bitmap.display.SimpleDisplayer 的构造方法
 
SimpleHttpDownloader - net.tsz.afinal.bitmap.download 中的 类
 
SimpleHttpDownloader() - 类 net.tsz.afinal.bitmap.download.SimpleHttpDownloader 的构造方法
 
SimpleHttpDownloader.FlushedInputStream - net.tsz.afinal.bitmap.download 中的 类
 
SimpleHttpDownloader.FlushedInputStream(InputStream) - 类 net.tsz.afinal.bitmap.download.SimpleHttpDownloader.FlushedInputStream 的构造方法
 
size() - 类 net.tsz.afinal.bitmap.core.LruDiskCache 中的方法
Returns the number of bytes currently being used to store the values in this cache.
size() - 类 net.tsz.afinal.bitmap.core.LruMemoryCache 中的方法
For caches that do not override LruMemoryCache.sizeOf(K, V), this returns the number of entries in the cache.
size() - 类 net.tsz.afinal.common.DiskLruCache 中的方法
Returns the number of bytes currently being used to store the values in this cache.
size() - 类 net.tsz.afinal.common.MemoryLruCache 中的方法
For caches that do not override MemoryLruCache.sizeOf(K, V), this returns the number of entries in the cache.
skip(long) - 类 net.tsz.afinal.bitmap.download.SimpleHttpDownloader.FlushedInputStream 中的方法
 
snapshot() - 类 net.tsz.afinal.bitmap.core.LruMemoryCache 中的方法
Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.
snapshot() - 类 net.tsz.afinal.common.MemoryLruCache 中的方法
Returns a copy of the current contents of the cache, ordered from least recently accessed to most recently accessed.
SqlBuilder - net.tsz.afinal.db.sqlite 中的 类
 
SqlBuilder() - 类 net.tsz.afinal.db.sqlite.SqlBuilder 的构造方法
 
SqlInfo - net.tsz.afinal.db.sqlite 中的 类
 
SqlInfo() - 类 net.tsz.afinal.db.sqlite.SqlInfo 的构造方法
 
StringEntityHandler - net.tsz.afinal.http.entityhandler 中的 类
 
StringEntityHandler() - 类 net.tsz.afinal.http.entityhandler.StringEntityHandler 的构造方法
 
SyncRequestHandler - net.tsz.afinal.http 中的 类
 
SyncRequestHandler(AbstractHttpClient, HttpContext, String) - 类 net.tsz.afinal.http.SyncRequestHandler 的构造方法
 

A B C D E F G H I K L M N O P R S T U V