按钮类的命名空间是Ext.button,主要包含以下四种类型的按钮:
| 按钮类型 | xtype | class | |
|---|---|---|---|
| 1 | Button | button | Ext.button.Button | 
| 2 | Split | splitbutton | Ext.button.Split | 
| 3 | Cycle | cycle | Ext.button.Cycle | 
| 4 | Segmented | segmentedbutton | Ext.button.Segmented | 

Button, 常用的按钮类型。使用handler 定义按钮点击的操作,也可以使用事件的监听方式,比如mou