| Module: | libext | Package: | wrap.ext | Parent: | Container | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Panel
Inheritance : Object : Observable : Component : BoxComponent : Container
Constructors
| Signature |
| public Panel() |
| public Panel(PanelConfig options) |
Methods
| Name | Signature |
| addButton | Button addButton(ButtonConfig config, Function handler, Object scope) |
| addButton | Button addButton(String config, Function handler, Object scope) |
| addButton | Button addButton(ButtonConfig config, DefaultExtDelegate handler, Object scope) |
| collapse | Panel collapse(boolean animate) |
| expand | Panel expand(boolean animate) |
| getBottomToolbar | Toolbar getBottomToolbar() |
| getBox | Box getBox() |
| getBox | Box getBox(boolean local) |
| getFrameHeight | int getFrameHeight() |
| getFrameWidth | int getFrameWidth() |
| getInnerHeight | int getInnerHeight() |
| getInnerWidth | int getInnerWidth() |
| getTopToolbar | Toolbar getTopToolbar() |
| getUpdater | Updater getUpdater() |
| load | Panel load(Function config) |
| load | Panel load(LoadOptions config) |
| load | Panel load(String config) |
| setIconClass | void setIconClass(String cls) |
| setTitle | void setTitle(String title) |
| setTitle | void setTitle(String title, String iconCls) |
| toggleCollapse | Panel toggleCollapse(boolean animate) |
Properties
| Name | Type | Comment | |
| body |
| ||
| buttons |
| ||
| footer |
| ||
| header |
|
Constructors
|
public Panel() |
|
public Panel(PanelConfig options) Parameters
|
Methods
|
addButton Button addButton(ButtonConfig config, Function handler, Object scope)
Parameters
|
||||||||||||||||
|
addButton Button addButton(String config, Function handler, Object scope)
Parameters
|
||||||||||||||||
|
addButton Button addButton(ButtonConfig config, DefaultExtDelegate handler, Object scope)
Parameters
|
||||||||||||||||
|
collapse Panel collapse(boolean animate)
Parameters
|
||||||||||
|
expand Panel expand(boolean animate)
Parameters
|
||||||||||
|
getBottomToolbar Toolbar getBottomToolbar()
|
||||
|
getBox Box getBox()
|
||||
|
getBox Box getBox(boolean local)
Parameters
|
||||||||||
|
getFrameHeight int getFrameHeight()
|
||||
|
getFrameWidth int getFrameWidth()
|
||||
|
getInnerHeight int getInnerHeight()
|
||||
|
getInnerWidth int getInnerWidth()
|
||||
|
getTopToolbar Toolbar getTopToolbar()
|
||||
|
getUpdater Updater getUpdater()
|
||||
|
load Panel load(Function config)
Parameters
|
||||||||||
|
load Panel load(LoadOptions config)
Parameters
|
||||||||||
|
load Panel load(String config)
Parameters
|
||||||||||
|
setIconClass void setIconClass(String cls) Parameters
|
|
setTitle void setTitle(String title) Parameters
|
|
setTitle void setTitle(String title, String iconCls) Parameters
|
|
toggleCollapse Panel toggleCollapse(boolean animate)
Parameters
|
||||||||||
| Module: | libext | Package: | wrap.ext | Parent: | Container | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |