- 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, View) - Static method in class butterknife.ButterKnife
-
BindView 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
-
BindView annotated fields and methods in the specified target using the source
Dialog 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
-
An action that can be applied to a list of views.
- butterknife.internal - package butterknife.internal
-
- ButterKnife.Setter<T extends android.view.View,V> - Interface in butterknife
-
A setter that can apply a value to a list of views.