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

wrap.ext.Action

Inheritance : Object

Constructors

Signature
public Action(ActionConfig config)

Methods

NameSignature
disablevoid disable()
eachvoid each(Function fn, Object scope)
enablevoid enable()
getIconClassString getIconClass()
getTextString getText()
hidevoid hide()
setDisabledvoid setDisabled(boolean disabled)
setHandlervoid setHandler(Function fn, Object scope)
setHiddenvoid setHidden(boolean hidden)
setIconClassvoid setIconClass(String cls)
showvoid show()

Properties

NameTypeComment
isDisabled
core.boolean
isHidden
core.boolean

Constructors

public Action(ActionConfig config)

Parameters

NameTypeDescription
configwrap.ext.types.ActionConfig



Methods

disable

void disable()


each

void each(Function fn, Object scope)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object

enable

void enable()


getIconClass

String getIconClass()

Returns
core.String

getText

String getText()

Returns
core.String

hide

void hide()


setDisabled

void setDisabled(boolean disabled)

Parameters

NameTypeDescription
disabledcore.boolean

setHandler

void setHandler(Function fn, Object scope)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object

setHidden

void setHidden(boolean hidden)

Parameters

NameTypeDescription
hiddencore.boolean

setIconClass

void setIconClass(String cls)

Parameters

NameTypeDescription
clscore.String

show

void show()


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