Skip navigation links
A B S 

A

apply(List<T>, ButterKnife.Action<? super T>...) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#run(List, butterknife.Action[])
apply(T[], ButterKnife.Action<? super T>...) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#run(View[], butterknife.Action[])
apply(List<T>, ButterKnife.Action<? super T>) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#run(List, butterknife.Action)
apply(T[], ButterKnife.Action<? super T>) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#run(View[], butterknife.Action)
apply(T, ButterKnife.Action<? super T>...) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#run(View, butterknife.Action[])
apply(T, ButterKnife.Action<? super T>) - Static method in class butterknife.ButterKnife
Deprecated.
ViewCollections#run(View, butterknife.Action)
apply(List<T>, ButterKnife.Setter<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(List, butterknife.Setter, Object)
apply(T[], ButterKnife.Setter<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(View[], butterknife.Setter, Object)
apply(T, ButterKnife.Setter<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(View, butterknife.Setter, Object)
apply(List<T>, Property<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(List, Property, Object)
apply(T[], Property<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(View[], Property, Object)
apply(T, Property<? super T, V>, V) - Static method in class butterknife.ButterKnife
Deprecated.
Use ViewCollections#set(View, Property, Object)

B

bind(Activity) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified Activity.
bind(View) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified View.
bind(Dialog) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified Dialog.
bind(Object, Activity) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified target using the source Activity as the view root.
bind(Object, Dialog) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified target using the source Dialog as the view root.
bind(Object, View) - Static method in class butterknife.ButterKnife
BindView annotated fields and methods in the specified target using the source View as the view root.
butterknife - package butterknife
Field and method binding for Android views which uses annotation processing to generate boilerplate code for you.
ButterKnife - Class in butterknife
Field and method binding for Android views.
ButterKnife.Action<T extends android.view.View> - Interface in butterknife
Deprecated.
Use butterknife.Action
ButterKnife.Setter<T extends android.view.View,V> - Interface in butterknife
Deprecated.
Use butterknife.Setter

S

setDebug(boolean) - Static method in class butterknife.ButterKnife
Control whether debug logging is enabled.
A B S 
Skip navigation links