Module:libextPackage:wrap.extParent:ToolbarButtonCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.ToolbarItem

Inheritance : Object : Observable : Component : Button : ToolbarButton

Constructors

Signature
public ToolbarItem(HTMLElement el)

Methods

NameSignature
destroyvoid destroy()
disablevoid disable()
enablevoid enable()
focusvoid focus()
getElHTMLElement getEl()
hidevoid hide()
setVisiblevoid setVisible(boolean visible)
showvoid show()

Constructors

public ToolbarItem(HTMLElement el)

Parameters

NameTypeDescription
elorg.milescript.dom.HTMLElement



Methods

destroy

void destroy()


disable

void disable()


enable

void enable()


focus

void focus()


getEl

HTMLElement getEl()

Returns
org.milescript.dom.HTMLElement

hide

void hide()


setVisible

void setVisible(boolean visible)

Parameters

NameTypeDescription
visiblecore.boolean

show

void show()


Module:libextPackage:wrap.extParent:ToolbarButtonCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation