| Module: | libext | Package: | wrap.ext | Parent: | Component | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Button
Inheritance : Object : Observable : Component
Constructors
| Signature |
| public Button(ButtonConfig config) |
Methods
| Name | Signature |
| focus | void focus() |
| getText | String getText() |
| hasVisibleMenu | boolean hasVisibleMenu() |
| hideMenu | void hideMenu() |
| initComponent | void initComponent() |
| setHandler | void setHandler(Function handler) |
| setHandler | void setHandler(Function handler, Object scope) |
| setText | void setText(String text) |
| showMenu | void showMenu() |
| toggle | void toggle() |
| toggle | void toggle(boolean state) |
Properties
| Name | Type | Comment | |
| disabled |
| ||
| hidden |
| ||
| pressed |
|
Constructors
|
public Button(ButtonConfig config) Parameters
|
Methods
|
focus void focus() |
|
getText String getText()
|
||||
|
hasVisibleMenu boolean hasVisibleMenu()
|
||||
|
hideMenu void hideMenu() |
|
initComponent void initComponent() |
|
setHandler void setHandler(Function handler) Parameters
|
|
setHandler void setHandler(Function handler, Object scope) Parameters
|
|
setText void setText(String text) Parameters
|
|
showMenu void showMenu() |
|
toggle void toggle() |
|
toggle void toggle(boolean state) Parameters
|
| Module: | libext | Package: | wrap.ext | Parent: | Component | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |