API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.AutoCompleteTextView

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
AutoCompleteTextView(Context, AttributeSet)  
AutoCompleteTextView(Context, AttributeSet, int)  
 

Added Methods
void dismissDropDown()

Closes the drop down if present on screen.

boolean enoughToFilter() Returns true if the amount of text in the field meets or exceeds the .getThreshold requirement.
Filter getFilter() Returns the Filter obtained from Filterable.getFilter, or null if .setAdapter was not called with a Filterable.
Validator getValidator() Returns the Validator set with .setValidator, or null if it was not set.
void performValidation() If a validator was set on this view and the current string is not valid, ask the validator to fix it.
void setValidator(Validator)  
void showDropDown()

Displays the drop down on screen.

 

Changed Methods
CharSequence convertSelectionToString(Object) Change in signature from void to Object.

Converts the selected item from the drop down list into a sequence of character that can be used in the edit box.

boolean isPopupShowing() Change of visibility from protected to public.

Indicates whether the popup menu is showing.

boolean onKeyUp(int, KeyEvent) Method was inherited from android.widget.TextView, but is now defined locally.  
void onTextChanged(CharSequence, int, int, int) Method was inherited from android.widget.TextView, but is now defined locally.  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff