| Module: | libext | Package: | wrap.ext | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Component
Inheritance : Object : Observable
Constructors
| Signature |
| public Component(ComponentConfig configOptions) |
| public Component(Element element) |
| public Component(String name) |
Methods
| Name | Signature |
| addClass | void addClass(String className) |
| applyToMarkup | void applyToMarkup(String elementId) |
| applyToMarkup | void applyToMarkup(HTMLElement element) |
| cloneConfig | Component cloneConfig(Array<Object> overrides) |
| destroy | void destroy() |
| disable | Component disable() |
| enable | Component enable() |
| focus | Component focus() |
| focus | Component focus(boolean selectText) |
| focus | Component focus(boolean selectText, int delay) |
| focus | Component focus(boolean selectText, boolean delay) |
| getEl | Element getEl() |
| getId | String getId() |
| getItemId | String getItemId() |
| getUpdater | Updater getUpdater() |
| getXType | String getXType() |
| getXTypes | String getXTypes() |
| hide | Component hide() |
| isVisible | boolean isVisible() |
| isXType | boolean isXType(String xtype) |
| isXType | boolean isXType(String xtype, boolean shallow) |
| removeClass | void removeClass(String cls) |
| render | void render() |
| render | void render(String elementId) |
| render | void render(HTMLElement element) |
| render | void render(Element element) |
| render | void render(Element element, int position) |
| render | void render(HTMLElement element, int position) |
| render | void render(Element element, String position) |
| render | void render(String elementId, int position) |
| render | void render(String elementId, String position) |
| render | void render(HTMLElement element, String position) |
| setDisabled | Component setDisabled(boolean disabled) |
| setVisible | Component setVisible(boolean visible) |
| show | Component show() |
Properties
| Name | Type | Comment | |
| disabled |
| ||
| hidden |
| ||
| initialConfig |
| ||
| ownerCt |
| ||
| rendered |
|
Constructors
|
public Component(ComponentConfig configOptions) Parameters
|
|
public Component(Element element) Parameters
|
|
public Component(String name) Parameters
|
Methods
|
addClass void addClass(String className) Parameters
|
|
applyToMarkup void applyToMarkup(String elementId) Parameters
|
|
applyToMarkup void applyToMarkup(HTMLElement element) Parameters
|
|
cloneConfig Component cloneConfig(Array<Object> overrides)
Parameters
|
||||||||||
|
destroy void destroy() |
|
disable Component disable()
|
||||
|
enable Component enable()
|
||||
|
focus Component focus()
|
||||
|
focus Component focus(boolean selectText)
Parameters
|
||||||||||
|
focus Component focus(boolean selectText, int delay)
Parameters
|
|||||||||||||
|
focus Component focus(boolean selectText, boolean delay)
Parameters
|
|||||||||||||
|
getEl Element getEl()
|
||||
|
getId String getId()
|
||||
|
getItemId String getItemId()
|
||||
|
getUpdater Updater getUpdater()
|
||||
|
getXType String getXType()
|
||||
|
getXTypes String getXTypes()
|
||||
|
hide Component hide()
|
||||
|
isVisible boolean isVisible()
|
||||
|
isXType boolean isXType(String xtype)
Parameters
|
||||||||||
|
isXType boolean isXType(String xtype, boolean shallow)
Parameters
|
|||||||||||||
|
removeClass void removeClass(String cls) Parameters
|
|
render void render() |
|
render void render(String elementId) Parameters
|
|
render void render(HTMLElement element) Parameters
|
|
render void render(Element element) Parameters
|
|
render void render(Element element, int position) Parameters
|
|
render void render(HTMLElement element, int position) Parameters
|
|
render void render(Element element, String position) Parameters
|
|
render void render(String elementId, int position) Parameters
|
|
render void render(String elementId, String position) Parameters
|
|
render void render(HTMLElement element, String position) Parameters
|
|
setDisabled Component setDisabled(boolean disabled)
Parameters
|
||||||||||
|
setVisible Component setVisible(boolean visible)
Parameters
|
||||||||||
|
show Component show()
|
||||
| Module: | libext | Package: | wrap.ext | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |