1.Known Direct Subclasses

2.Known Indirect Subclasses

 

3.详表

AppCompatEditText

EditText which supports compatible features on older version of the platform, including:

This will automatically be used when you use EditText in your layouts. You should only need to manually

use this class when writing custom views.

AutoCompleteTextView

An editable text view that shows completion suggestions automatically while the user is typing.

The list of suggestions is displayed in a drop down menu from which the user can choose an item to replace the

content of the edit box with.The drop down can be dismissed at any time by pressing the back key or, if no item is

selected in the drop down, by pressing the enter/dpad center key.The list of suggestions is obtained from a data

adapter and appears only after a given number of characters defined by the threshold.

ExtractEditText

Specialization of EditText for showing and interacting with the extracted text in a full-screen input method.

GuidedActionEditText

A custom EditText that satisfies the IME key monitoring requirements of GuidedStepFragment.

SearchEditText

EditText widget that monitors keyboard changes.
   

AppCompatMultiAutoCompleteTextView

MultiAutoCompleteTextView which supports compatible features on older version of the platform, including:

This will automatically be used when you use MultiAutoCompleteTextView in your layouts. You should only

need to manually use this class when writing custom views.

AppCompatAutoCompleteTextView

AutoCompleteTextView which supports compatible features on older version of the platform, including:

This will automatically be used when you use AutoCompleteTextView in your layouts. You should only need

to manually use this class when writing custom views.

TextInputEditText

A special sub-class of EditText designed for use as a child of TextInputLayout.

Using this class allows us to display a hint in the IME when in 'extract' mode.

MultiAutoCompleteTextView

An editable text view, extending AutoCompleteTextView, that can show completion suggestions for the

substring of the text where the user is typing instead of necessarily for the entire thing.

You must provide a MultiAutoCompleteTextView.Tokenizer to distinguish the various substrings.

最新文章

  1. Eclipse代码格式化规范
  2. Windows 10 IoT Serials 2 - Windows 10 IoT RTM 升级教程
  3. struts 文件下载
  4. 2016年12月18日 星期日 --出埃及记 Exodus 21:13
  5. PHP基础(一)
  6. 重学JAVA基础(八):锁的基本知识
  7. atmega32u4制作arduino leonardo最小系统
  8. 延迟渲染 deferred Shading
  9. 【MySQL】MySQL的group_concat使用例子
  10. HDU 1074 Doing Homework 状压DP
  11. new jQuery.common
  12. NET笔试题集
  13. 添加、设置tabBarItem属性
  14. mysql查询计划
  15. 一次开放接口从需求分析到发布sdk线上包
  16. 浏览器与CDN缓存行为
  17. 访问网时出现403 Forbidden错误的原因:
  18. ping命令的七种用法,看完瞬间成大神
  19. 20175212童皓桢 在IDEA中以TDD的方式对String类和Arrays类进行学习
  20. 机器学习中数据清洗&预处理

热门文章

  1. 【周期性执行事件】MySQL事件(Event)&任务调度
  2. [bzoj4994][Usaco2017 Feb]Why Did the Cow Cross the Road III_树状数组
  3. maven的安装与环境变量配置
  4. Spring基础入门(三)
  5. Ubuntu 16.04下操作iptables的技巧(解决Failed to start iptables.service: Unit iptables.service not found.或者/etc/init.d/iptables: 没有那个文件或目录)
  6. JFileChooser 中文API
  7. ArcGIS Python 编码问题
  8. python之SocketServer编程
  9. Django打造大型企业官网(三)
  10. SDUST 2844-Mineral Water(数学)