X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.util.Observable.html diff --git a/docs/output/Ext.util.Observable.html b/docs/output/Ext.util.Observable.html index 6df9e36c..4e79f92b 100644 --- a/docs/output/Ext.util.Observable.html +++ b/docs/output/Ext.util.Observable.html @@ -1,377 +1,183 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-

Class Ext.util.Observable

- - - - - - -
Package:Ext.util
Defined In:Observable.js
Class:Observable
Subclasses:Component, History, Resizable, SplitBar, Updater, NativeObservable, Connection, DataProxy, Node, Store, Tree, BasicForm, AbstractSelectionModel, ColumnModel, GridView, PropertyStore, Menu, DefaultSelectionModel, MultiSelectionModel, TreeLoader, ClickRepeater, MixedCollection
Extends:Object
-
- * -Abstract base class that provides a common interface for publishing events. Subclasses are expected to -to have a property "events" with all the events defined.
+

Class Ext.util.Observable

Package:Ext.util
Defined In:Observable.js, Observable-more.js
Class:Observable
Subclasses:Component, Direct, History, ListView.ColumnResizer, ListView.Sorter, Resizable, SplitBar, Updater, Connection, DataProxy, Node, Store, Tree, DragTracker, Provider, BasicForm, AbstractSelectionModel, ColumnModel, GridView, PropertyStore, DefaultSelectionModel, MultiSelectionModel, TreeLoader, ClickRepeater, MixedCollection
Extends:Object
Base class that provides a common interface for publishing events. Subclasses are expected to +to have a property "events" with all the events defined, and, optionally, a property "listeners" +with configured listeners defined.
For example: -
Employee = function(name){
-    this.name = name;
-    this.addEvents({
-        "fired" : true,
-        "quit" : true
-    });
- }
- Ext.extend(Employee, Ext.util.Observable);
- -
- -

Config Options

- - - - - - - - - - -
Config OptionsDefined By
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file