this.ownerCt:
this.nextSibling();
this.previousSibling();
this.get(0); (這個好像在Ext6.0不能用了,我用着很差使) this.items.first();
this.items.last();
this.findParentByType(String xtype)
this.findByType(String xtype)
this.up("xtype")
this.down("xtype")
Ext.ComponemtQuery("#id") Ext.ComponemtQuery("xtype") Ext.ComponemtQuery("xtype[title="..."]")