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