Skip navigation links
B C L N O V 

B

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
 

C

Constants - Class in butterknife.internal
 

L

ListenerClass - Annotation Type in butterknife.internal
 
ListenerClass.NONE - Enum in butterknife.internal
Default value for ListenerClass.callbacks().
ListenerMethod - Annotation Type in butterknife.internal
 

N

NO_RES_ID - Static variable in class butterknife.internal.Constants
 

O

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.

V

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.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.
B C L N O V 
Skip navigation links