- 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.