Class Ext.Toolbar.Item
The base class that other classes should extend in order to get some basic common toolbar item functionality.
Public Properties
This class has no public properties.
Public Methods
|
Toolbar.Item( HTMLElement el )
|
Toolbar.Item |
|
destroy() : void
Removes and destroys this item.
Removes and destroys this item.
|
Toolbar.Item |
|
disable() : void
|
Toolbar.Item |
|
enable() : void
|
Toolbar.Item |
|
focus() : void
|
Toolbar.Item |
|
getEl() : HTMLElement
Get this item's HTML Element
Get this item's HTML Element
|
Toolbar.Item |
|
hide() : void
|
Toolbar.Item |
|
setVisible( Boolean visible ) : void
Convenience function for boolean show/hide.
Convenience function for boolean show/hide.
|
Toolbar.Item |
|
show() : void
|
Toolbar.Item |
Public Events
This class has no public events.