A  B  C  D  F  G  I  J  L  O  P  S  U  V 

A

ANDROID_PREFIX - Static variable in class butterknife .internal . ButterKnifeProcessor
 
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>, <any>, 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

Bind - Annotation Type in butterknife
Bind a field to the view for the specified ID.
bind(Activity) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified Activity.
bind(View) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified View.
bind(Dialog) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified Dialog.
bind(Object, Activity) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified target using the source Activity as the view root.
bind(Object, View) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified target using the source View as the view root.
bind(Object, Dialog) - Static method in class butterknife . ButterKnife
Bind annotated fields and methods in the specified target using the source Dialog as the view root.
bind(ButterKnife.Finder, T, Object) - Method in interface butterknife . ButterKnife.ViewBinder
 
BindBool - Annotation Type in butterknife
Bind a field to the specified boolean resource ID.
BindColor - Annotation Type in butterknife
Bind a field to the specified color resource ID.
BindDimen - Annotation Type in butterknife
Bind a field to the specified dimension resource ID.
BindDrawable - Annotation Type in butterknife
Bind a field to the specified drawable resource ID.
BindInt - Annotation Type in butterknife
Bind a field to the specified integer resource ID.
BindString - Annotation Type in butterknife
Bind a field to the specified string resource ID.
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 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.internal - package butterknife.internal
 
ButterKnife.Setter < T extends View , V> - Interface in butterknife
A setter that can apply a value to a list of views.
ButterKnife.ViewBinder < T> - Interface in butterknife
DO NOT USE: Exposed for generated code.
ButterKnifeProcessor - Class in butterknife.internal
 
ButterKnifeProcessor() - Constructor for class butterknife .internal . ButterKnifeProcessor
 

C

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

D

DebouncingOnClickListener - Class in butterknife.internal
A click listener that debounces multiple clicks posted in the same frame.
DebouncingOnClickListener() - Constructor for class butterknife .internal . DebouncingOnClickListener
 
doClick(View) - Method in class butterknife .internal . DebouncingOnClickListener
 

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
 
getSupportedAnnotationTypes() - Method in class butterknife .internal . ButterKnifeProcessor
 
getSupportedSourceVersion() - Method in class butterknife .internal . ButterKnifeProcessor
 

I

init(ProcessingEnvironment) - Method in class butterknife .internal . ButterKnifeProcessor
 

J

JAVA_PREFIX - Static variable in class butterknife .internal . ButterKnifeProcessor
 

L

ListenerClass - Annotation Type in butterknife.internal
 
ListenerClass.NONE - Enum in butterknife.internal
Default value for ListenerClass.callbacks().
ListenerMethod - Annotation Type in butterknife.internal
 
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(View) - Method in class butterknife .internal . DebouncingOnClickListener
 
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
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.

P

process(Set<? extends TypeElement>, RoundEnvironment) - Method in class butterknife .internal . ButterKnifeProcessor
 

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.
SUFFIX - Static variable in class butterknife .internal . ButterKnifeProcessor
 

U

unbind(Object) - Static method in class butterknife . ButterKnife
Reset fields annotated with @Bind to null.
unbind(T) - Method in interface butterknife . ButterKnife.ViewBinder
 

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 .internal . ListenerClass.NONE
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 .internal . ListenerClass.NONE
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  D  F  G  I  J  L  O  P  S  U  V