Replacement for AppCompat widget class. More...
Inherits SearchView.
This class is a replacement for the native androidx.appcompat.widget.SearchView class. BlackBerry Dynamics applications must utilize this class instead of the standard AppCompat SearchView class in order to enable secure cut-copy-paste operations.
This class has the same programming interface as the standard AppCompat class.
Public Member Functions | |
| void | setSearchableInfo (final SearchableInfo searchable) |
| void | setImeOptions (final int imeOptions) |
| int | getImeOptions () |
| void | setInputType (final int inputType) |
| int | getInputType () |
| boolean | requestFocus (final int direction, final Rect previouslyFocusedRect) |
| void | clearFocus () |
| CharSequence | getQuery () |
| void | setQuery (final CharSequence query, final boolean submit) |
| void | setQueryHint (final CharSequence hint) |
| void | setSuggestionsAdapter (final CursorAdapter adapter) |
| void | setSubmitButtonEnabled (final boolean enabled) |
| void | setIconifiedByDefault (final boolean iconified) |
| boolean | onKeyDown (final int keyCode, final KeyEvent event) |
| void | onWindowFocusChanged (final boolean hasWindowFocus) |
| void | onActionViewCollapsed () |
| void | onActionViewExpanded () |
| void | setIconified (final boolean iconify) |
| void | onRtlPropertiesChanged (final int layoutDirection) |
Protected Member Functions | |
| void | onDetachedFromWindow () |
| void setSearchableInfo | ( | final SearchableInfo | searchable | ) |
DESNOTE rlozhkin: changed to use GDSearchAppCompatAutoCompleteTextView instance.
| void setImeOptions | ( | final int | imeOptions | ) |
| int getImeOptions | ( | ) |
| void setInputType | ( | final int | inputType | ) |
| int getInputType | ( | ) |
| boolean requestFocus | ( | final int | direction, |
| final Rect | previouslyFocusedRect | ||
| ) |
| void clearFocus | ( | ) |
| CharSequence getQuery | ( | ) |
| void setQuery | ( | final CharSequence | query, |
| final boolean | submit | ||
| ) |
| void setQueryHint | ( | final CharSequence | hint | ) |
| void setSuggestionsAdapter | ( | final CursorAdapter | adapter | ) |
| void setSubmitButtonEnabled | ( | final boolean | enabled | ) |
| void setIconifiedByDefault | ( | final boolean | iconified | ) |
|
protected |
| boolean onKeyDown | ( | final int | keyCode, |
| final KeyEvent | event | ||
| ) |
| void onWindowFocusChanged | ( | final boolean | hasWindowFocus | ) |
| void onActionViewCollapsed | ( | ) |
| void onActionViewExpanded | ( | ) |
| void setIconified | ( | final boolean | iconify | ) |
| void onRtlPropertiesChanged | ( | final int | layoutDirection | ) |