Skip navigation links
A B C F G I L O R S V 

A

apply(T, int) - Method in interface butterknife.ButterKnife.Action
Apply the action on the view which is at index in the list.
apply(List<T>, ButterKnife.Action<? super T>) - Static method in class butterknife.ButterKnife
Apply the specified action across the list of views.
apply(List<T>, ButterKnife.Setter<? super T, V>, V) - Static method in class butterknife.ButterKnife
Set the value using the specified setter across the list of views.
apply(List<T>, Property<? super T, V>, V) - Static method in class butterknife.ButterKnife
Apply the specified value across the list of views using the property.
arrayOf(T...) - Static method in enum butterknife.ButterKnife.Finder
 

B

butterknife - package butterknife
View "injection" library for Android which uses annotation processing to generate boilerplate code for you.
ButterKnife - Class in butterknife
View "injection" utilities.
ButterKnife.Action<T extends android.view.View> - Interface in butterknife
An action that can be applied to a list of views.
ButterKnife.Finder - Enum in butterknife
DO NOT USE: Exposed for generated code.
ButterKnife.Injector<T> - Interface in butterknife
DO NOT USE: Exposed for generated code.
ButterKnife.Setter<T extends android.view.View,V> - Interface in butterknife
A setter that can apply a value to a list of views.

C

castParam(Object, String, int, String, int) - Method in enum butterknife.ButterKnife.Finder
 
castView(View, int, String) - Method in enum butterknife.ButterKnife.Finder
 

F

findById(View, int) - Static method in class butterknife.ButterKnife
Simpler version of View.findViewById(int) which infers the target type.
findById(Activity, int) - Static method in class butterknife.ButterKnife
Simpler version of Activity.findViewById(int) which infers the target type.
findById(Dialog, int) - Static method in class butterknife.ButterKnife
Simpler version of Dialog.findViewById(int) which infers the target type.
findOptionalView(Object, int, String) - Method in enum butterknife.ButterKnife.Finder
 
findRequiredView(Object, int, String) - Method in enum butterknife.ButterKnife.Finder
 
findView(Object, int) - Method in enum butterknife.ButterKnife.Finder
 

G

getContext(Object) - Method in enum butterknife.ButterKnife.Finder
 

I

inject(Activity) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified Activity.
inject(View) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified View.
inject(Dialog) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified Dialog.
inject(Object, Activity) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified target using the source Activity as the view root.
inject(Object, View) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified target using the source View as the view root.
inject(Object, Dialog) - Static method in class butterknife.ButterKnife
Inject annotated fields and methods in the specified target using the source Dialog as the view root.
inject(ButterKnife.Finder, T, Object) - Method in interface butterknife.ButterKnife.Injector
 
InjectView - Annotation Type in butterknife
Bind a field to the view for the specified ID.
InjectViews - Annotation Type in butterknife
Bind a field to the view for each ID specified in a List or array.

L

listOf(T...) - Static method in enum butterknife.ButterKnife.Finder
 

O

OnCheckedChanged - Annotation Type in butterknife
Bind a method to an OnCheckedChangeListener on the view for each ID specified.
OnClick - Annotation Type in butterknife
Bind a method to an OnClickListener on the view for each ID specified.
OnEditorAction - Annotation Type in butterknife
Bind a method to an OnEditorActionListener on the view for each ID specified.
OnFocusChange - Annotation Type in butterknife
Bind a method to an OnFocusChangeListener on the view for each ID specified.
OnItemClick - Annotation Type in butterknife
Bind a method to an OnItemClickListener on the view for each ID specified.
OnItemLongClick - Annotation Type in butterknife
Bind a method to an OnItemLongClickListener on the view for each ID specified.
OnItemSelected - Annotation Type in butterknife
Bind a method to an OnItemSelectedListener on the view for each ID specified.
OnItemSelected.Callback - Enum in butterknife
AdapterView.OnItemSelectedListener callback methods.
OnLongClick - Annotation Type in butterknife
Bind a method to an OnLongClickListener on the view for each ID specified.
OnPageChange - Annotation Type in butterknife
Bind a method to an OnPageChangeListener on the view for each ID specified.
OnPageChange.Callback - Enum in butterknife
ViewPager.OnPageChangeListener callback methods.
OnTextChanged - Annotation Type in butterknife
Bind a method to an TextWatcher on the view for each ID specified.
OnTextChanged.Callback - Enum in butterknife
TextWatcher callback methods.
OnTouch - Annotation Type in butterknife
Bind a method to an OnTouchListener on the view for each ID specified.
Optional - Annotation Type in butterknife
Denote that the view specified by the injection is not required to be present.

R

reset(T) - Method in interface butterknife.ButterKnife.Injector
 
reset(Object) - Static method in class butterknife.ButterKnife
Reset fields annotated with @InjectView and @InjectViews to null.

S

set(T, V, int) - Method in interface butterknife.ButterKnife.Setter
Set the value on the view which is at index in the list.
setDebug(boolean) - Static method in class butterknife.ButterKnife
Control whether debug logging is enabled.

V

valueOf(String) - Static method in enum butterknife.ButterKnife.Finder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum butterknife.OnItemSelected.Callback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum butterknife.OnPageChange.Callback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum butterknife.OnTextChanged.Callback
Returns the enum constant of this type with the specified name.
values() - Static method in enum butterknife.ButterKnife.Finder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum butterknife.OnItemSelected.Callback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum butterknife.OnPageChange.Callback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum butterknife.OnTextChanged.Callback
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G I L O R S V 
Skip navigation links

Copyright © 2013-2015. All Rights Reserved.