public class AutoCompleteTextViewBindingAdapter
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AutoCompleteTextViewBindingAdapter.FixText | 
| static interface  | AutoCompleteTextViewBindingAdapter.IsValid | 
| Constructor and Description | 
|---|
| AutoCompleteTextViewBindingAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | setOnItemSelectedListener(android.widget.AutoCompleteTextView view,
                         AdapterViewBindingAdapter.OnItemSelected selected,
                         AdapterViewBindingAdapter.OnNothingSelected nothingSelected) | 
| static void | setValidator(android.widget.AutoCompleteTextView view,
            AutoCompleteTextViewBindingAdapter.FixText fixText,
            AutoCompleteTextViewBindingAdapter.IsValid isValid) | 
public static void setValidator(android.widget.AutoCompleteTextView view,
                                AutoCompleteTextViewBindingAdapter.FixText fixText,
                                AutoCompleteTextViewBindingAdapter.IsValid isValid)
public static void setOnItemSelectedListener(android.widget.AutoCompleteTextView view,
                                             AdapterViewBindingAdapter.OnItemSelected selected,
                                             AdapterViewBindingAdapter.OnNothingSelected nothingSelected)