| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Shadow
Inheritance : Object
Constructors
| Signature |
| public Shadow(ShadowConfig shadowArguments) |
Methods
| Name | Signature |
| hide | void hide() |
| isVisible | boolean isVisible() |
| realign | void realign(int left, int top, int width, int height) |
| setZIndex | void setZIndex(int zIndex) |
| show | void show(String elementId) |
| show | void show(Element element) |
| show | void show(HTMLElement element) |
Constructors
|
public Shadow(ShadowConfig shadowArguments) Parameters
|
Methods
|
hide void hide() |
|
isVisible boolean isVisible()
|
||||
|
realign void realign(int left, int top, int width, int height) Parameters
|
|
setZIndex void setZIndex(int zIndex) Parameters
|
|
show void show(String elementId) Parameters
|
|
show void show(Element element) Parameters
|
|
show void show(HTMLElement element) Parameters
|
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |