跳过导航链接
A B C D E F G L O R S U V 

A

Action<T extends android.view.View> - butterknife中的接口
An action that can be applied to a list of views.
apply(T, int) - 接口 中的方法butterknife.Action
Apply the action on the view which is at index in the list.
arrayFilteringNull(T...) - 类 中的静态方法butterknife.internal.Utils
 

B

butterknife - 程序包 butterknife
 
butterknife.internal - 程序包 butterknife.internal
 

C

castParam(Object, String, int, String, int, Class<T>) - 类 中的静态方法butterknife.internal.Utils
 
castView(View, int, String, Class<T>) - 类 中的静态方法butterknife.internal.Utils
 

D

DebouncingOnClickListener - butterknife.internal中的类
A click listener that debounces multiple clicks posted in the same frame.
DebouncingOnClickListener() - 类 的构造器butterknife.internal.DebouncingOnClickListener
 
DEFAULT_DELAY_TIME - 类 中的静态变量butterknife.internal.DebouncingOnClickListener
 
doClick(View) - 类 中的方法butterknife.internal.DebouncingOnClickListener
 

E

EMPTY - 接口 中的静态变量butterknife.Unbinder
 

F

findOptionalViewAsType(View, int, String, Class<T>) - 类 中的静态方法butterknife.internal.Utils
 
findRequiredView(View, int, String) - 类 中的静态方法butterknife.internal.Utils
 
findRequiredViewAsType(View, int, String, Class<T>) - 类 中的静态方法butterknife.internal.Utils
 

G

getFloat(Context, int) - 类 中的静态方法butterknife.internal.Utils
 
getTintedDrawable(Context, int, int) - 类 中的静态方法butterknife.internal.Utils
 

L

listFilteringNull(T...) - 类 中的静态方法butterknife.internal.Utils
 

O

onClick(View) - 类 中的方法butterknife.internal.DebouncingOnClickListener
 

R

run(List<T>, Action<? super T>...) - 类 中的静态方法butterknife.ViewCollections
Apply the specified actions across the list of views.
run(T[], Action<? super T>...) - 类 中的静态方法butterknife.ViewCollections
Apply the specified actions across the array of views.
run(List<T>, Action<? super T>) - 类 中的静态方法butterknife.ViewCollections
Apply the specified action across the list of views.
run(T[], Action<? super T>) - 类 中的静态方法butterknife.ViewCollections
Apply the specified action across the array of views.
run(T, Action<? super T>...) - 类 中的静态方法butterknife.ViewCollections
Apply actions to view.
run(T, Action<? super T>) - 类 中的静态方法butterknife.ViewCollections
Apply action to view.

S

set(T, V, int) - 接口 中的方法butterknife.Setter
Set the value on the view which is at index in the list.
set(List<T>, Setter<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Set the value using the specified setter across the list of views.
set(T[], Setter<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Set the value using the specified setter across the array of views.
set(T, Setter<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Set value on view using setter.
set(List<T>, Property<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Apply the specified value across the list of views using the property.
set(T[], Property<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Apply the specified value across the array of views using the property.
set(T, Property<? super T, V>, V) - 类 中的静态方法butterknife.ViewCollections
Apply value to view using property.
setDelayTime(long) - 类 中的静态方法butterknife.internal.DebouncingOnClickListener
Set time of between two clicks.
Setter<T extends android.view.View,V> - butterknife中的接口
A setter that can apply a value to a list of views.

U

unbind() - 接口 中的方法butterknife.Unbinder
 
Unbinder - butterknife中的接口
An unbinder contract that will unbind views when called.
Utils - butterknife.internal中的类
 

V

ViewCollections - butterknife中的类
Convenience methods for working with view collections.
A B C D E F G L O R S U V 
跳过导航链接