-
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 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.internal - package butterknife.internal
-
-
ButterKnife.Setter
<
T extends 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.
-
ButterKnifeProcessor
- Class in
butterknife.internal
-
-
ButterKnifeProcessor() - Constructor for class butterknife
.internal
.
ButterKnifeProcessor
-
-
OnCheckedChanged
- Annotation Type in
butterknife
-
Bind a method to an
OnCheckedChangeListener on the view for each ID specified.
-
onClick(View) - Method in class butterknife
.internal
.
DebouncingOnClickListener
-
-
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
-
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.
-
valueOf(String) - Static method in enum butterknife
.
ButterKnife.Finder
-
Returns the enum constant of this type with the specified name.
-
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
.
ButterKnife.Finder
-
Returns an array containing the constants of this enum type, in the order they are declared.
-
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.