- 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 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.Setter<T extends android.view.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.
- 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.