| Enum | Description |
|---|---|
| OnItemSelected.Callback |
AdapterView.OnItemSelectedListener callback methods. |
| OnPageChange.Callback |
ViewPager.OnPageChangeListener callback methods. |
| OnTextChanged.Callback |
TextWatcher callback methods. |
| Annotation Type | Description |
|---|---|
| BindAnim |
Bind a field to the specified animation resource ID.
|
| BindArray |
Bind a field to the specified array resource ID.
|
| BindBitmap |
Bind a field to a
Bitmap from the specified drawable resource ID. |
| BindBool |
Bind a field to the specified boolean resource ID.
|
| BindColor |
Bind a field to the specified color resource ID.
|
| BindDimen |
Bind a field to the specified dimension resource ID.
|
| BindDrawable |
Bind a field to the specified drawable resource ID.
|
| BindFloat |
Bind a field to the specified dimension resource ID whose type is explicitly defined as float.
|
| BindFont |
Bind a field to the specified font resource ID.
|
| BindFont.TypefaceStyle | |
| BindInt |
Bind a field to the specified integer resource ID.
|
| BindString |
Bind a field to the specified string resource ID.
|
| BindView |
Bind a field to the view for the specified ID.
|
| BindViews |
Bind a field to the view for the specified ID.
|
| OnCheckedChanged |
Bind a method to an
OnCheckedChangeListener on the view for
each ID specified. |
| OnClick |
Bind a method to an
OnClickListener on the view for each ID specified. |
| OnEditorAction |
Bind a method to an
OnEditorActionListener on the view for each
ID specified. |
| OnFocusChange |
Bind a method to an
OnFocusChangeListener on the view for each ID
specified. |
| OnItemClick |
Bind a method to an
OnItemClickListener on the view for each ID
specified. |
| OnItemLongClick |
Bind a method to an
OnItemLongClickListener on the view for each
ID specified. |
| OnItemSelected |
Bind a method to an
OnItemSelectedListener on the view for each
ID specified. |
| OnLongClick |
Bind a method to an
OnLongClickListener on the view for each ID
specified. |
| OnPageChange |
Bind a method to an
OnPageChangeListener on the view for each ID specified. |
| OnTextChanged |
Bind a method to a
TextWatcher on the view for each ID specified. |
| OnTouch |
Bind a method to an
OnTouchListener on the view for each ID specified. |
| Optional |
Denote that the view specified by the injection is not required to be present.
|