- BindAnim - Annotation Type in butterknife
-
Bind a field to the specified animation resource ID.
- BindArray - Annotation Type in butterknife
-
Bind a field to the specified array resource ID.
- BindBitmap - Annotation Type in butterknife
-
Bind a field to a Bitmap from the specified drawable resource ID.
- 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.
- BindFloat - Annotation Type in butterknife
-
Bind a field to the specified dimension resource ID whose type is explicitly defined as float.
- BindFont - Annotation Type in butterknife
-
Bind a field to the specified font resource ID.
- BindFont.TypefaceStyle - Annotation Type in butterknife
-
- 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.
- BindView - Annotation Type in butterknife
-
Bind a field to the view for the specified ID.
- BindViews - Annotation Type in butterknife
-
Bind a field to the view for the specified ID.
- butterknife - package butterknife
-
- butterknife.internal - package butterknife.internal
-
- 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 a 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.