Roo.util.ObservableRoo.Component
| Options | Defined By | |
|---|---|---|
|
actionMode : String
which property holds the element that used for hide() / show() / disable() / enable()
default is 'el' which property holds the element that used for hide() / show() / disable() / enable()
default is 'el' |
Roo.Component | |
|
allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Whether the component can move the Dom node when rendering (defaults to true).
|
Roo.Component | |
|
disableClass : String
CSS class added to the component when it is disabled (defaults to "x-item-disabled").
CSS class added to the component when it is disabled (defaults to "x-item-disabled").
|
Roo.Component | |
|
hideMode : String
How this component should hidden.
How this component should hidden. Supported values are
"visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display". |
Roo.Component | |
|
listeners : Object
list of events and functions to call for this object,
For example : list of events and functions to call for this object,
For example : |
Roo.util.Observable | |
| Method | Defined By | |
|---|---|---|
|
new Roo.Component
(Roo.Element/String/Object config)
Create a new Roo.Component
Create a new Roo.Component
|
||
|
addEvents
(Object object)
Used to define events on this Observable
Used to define events on this Observable
|
Roo.util.Observable | |
|
Appends an event handler to this component
Appends an event handler to this component
|
Roo.util.Observable | |
|
destroy
()
Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the component from its {link Roo.Container} (if applicable) and unregistering it from {link Roo.ComponentMgr}.
Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the component from its {link Roo.Container} (if applicable) and unregistering it from {link Roo.ComponentMgr}. |
Roo.Component | |
|
disable
()
:
Roo.Component
Disable this component.
Disable this component.
|
Roo.Component | |
|
enable
()
:
Roo.Component
Enable this component.
Enable this component.
|
Roo.Component | |
|
Fires the specified event with the passed parameters (minus the event name).
|
Roo.util.Observable | |
|
focus
(Boolean selectText)
:
Roo.Component
Try to focus this component.
Try to focus this component.
|
Roo.Component | |
|
getEl
()
:
Roo.Element
Returns the underlying {link Roo.Element}.
Returns the underlying {link Roo.Element}.
|
Roo.Component | |
|
getId
()
:
String
Returns the id of this component.
Returns the id of this component.
|
Roo.Component | |
| Roo.util.Observable | ||
|
hide
()
:
Roo.Component
Hide this component.
Hide this component.
|
Roo.Component | |
|
isVisible
()
Returns true if this component is visible.
Returns true if this component is visible.
|
Roo.Component | |
|
Appends an event handler to this element (shorthand for addListener)
Appends an event handler to this element (shorthand for addListener)
|
Roo.util.Observable | |
|
purgeListeners
()
Removes all listeners for this object
Removes all listeners for this object
|
Roo.util.Observable | |
| Roo.util.Observable | ||
|
render
(String/HTMLElement/Element container)
If this is a lazy rendering component, render it to its container element.
If this is a lazy rendering component, render it to its container element.
|
Roo.Component | |
|
setDisabled
(Boolean disabled)
Convenience function for setting disabled/enabled by boolean.
Convenience function for setting disabled/enabled by boolean.
|
Roo.Component | |
|
setVisible
(Boolean visible)
:
Roo.Component
Convenience function to hide or show this component by boolean.
Convenience function to hide or show this component by boolean.
|
Roo.Component | |
|
show
()
:
Roo.Component
Show this component.
Show this component.
|
Roo.Component | |
| Roo.util.Observable | ||
| Event | Defined By | |
|---|---|---|
|
beforedestroy (Roo.Component this)
Fires before the component is destroyed.
Fires before the component is destroyed. Return false to stop the destroy.
|
Roo.Component | |
|
beforehide (Roo.Component this)
Fires before the component is hidden.
Fires before the component is hidden. Return false to stop the hide.
|
Roo.Component | |
|
beforerender (Roo.Component this)
Fires before the component is rendered.
Fires before the component is rendered. Return false to stop the render.
|
Roo.Component | |
|
beforeshow (Roo.Component this)
Fires before the component is shown.
Fires before the component is shown. Return false to stop the show.
|
Roo.Component | |
|
destroy (Roo.Component this)
Fires after the component is destroyed.
Fires after the component is destroyed.
|
Roo.Component | |
|
disable (Roo.Component this)
Fires after the component is disabled.
Fires after the component is disabled.
|
Roo.Component | |
|
enable (Roo.Component this)
Fires after the component is enabled.
Fires after the component is enabled.
|
Roo.Component | |
|
hide (Roo.Component this)
Fires after the component is hidden.
Fires after the component is hidden.
|
Roo.Component | |
|
render (Roo.Component this)
Fires after the component is rendered.
Fires after the component is rendered.
|
Roo.Component | |
|
show (Roo.Component this)
Fires after the component is shown.
Fires after the component is shown.
|
Roo.Component | |