| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Action
Inheritance : Object
Constructors
| Signature |
| public Action(ActionConfig config) |
Methods
| Name | Signature |
| disable | void disable() |
| each | void each(Function fn, Object scope) |
| enable | void enable() |
| getIconClass | String getIconClass() |
| getText | String getText() |
| hide | void hide() |
| setDisabled | void setDisabled(boolean disabled) |
| setHandler | void setHandler(Function fn, Object scope) |
| setHidden | void setHidden(boolean hidden) |
| setIconClass | void setIconClass(String cls) |
| show | void show() |
Properties
| Name | Type | Comment | |
| isDisabled |
| ||
| isHidden |
|
Constructors
|
public Action(ActionConfig config) Parameters
|
Methods
|
disable void disable() |
|
each void each(Function fn, Object scope) Parameters
|
|
enable void enable() |
|
getIconClass String getIconClass()
|
||||
|
getText String getText()
|
||||
|
hide void hide() |
|
setDisabled void setDisabled(boolean disabled) Parameters
|
|
setHandler void setHandler(Function fn, Object scope) Parameters
|
|
setHidden void setHidden(boolean hidden) Parameters
|
|
setIconClass void setIconClass(String cls) Parameters
|
|
show void show() |
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |