efined byconfig Options Ext.util.Observable
View Sourcelisteners: ObjectA configuration object that contains one or more event handlers that are added to the object when the object is initialized. ... Defined byproperties Ext.util.Observable
View Sourcehaslisteners: ObjectREADONLYThis object contains the key for any event that has a listener. The listener can be set directly on the instance, either in its class or parent class (via observe) or on an MVC eventbus. The value of this object is true (a non-zero number) and False (0 or undefined). They do not represent the exact monitoring ... Ext.util.Observable
View Sourceisobservable: BooleanSet to true in this class to identify an object as an instantiated observable or its subclasses. ... Ext.data.Tree
View SourceRoot: Ext.data.NodeInterfaceThe root node of the tree ... methodsdefined byinstance Methods Ext.data.Tree
View SourceNewExt.data.Tree (Ext.data.NodeInterface Root): Object creates a new tree object. ... Ext.util.Observable
View Sourceaddevents (object/string ... eventnamesAdds the specified event to the list of events that may be triggered by this observable. ... Ext.util.Observable
View Sourceaddlistener (string/object eventName, [Function fn], [object scope], [object options]Add an event handler function to this object, for example: Mygridpanel.on ("MouseOver", This.onmouseover, this); This method also allows you to pass a single parameter, which is a configuration object that contains a property that specifies multiple events. For example:... Ext.util.Observable
View Sourceaddmanagedlistener (ext.util.observable/ext.element Item, object/string ename, Function FN, object scope, object optAdds a listener to any observable object (or ext.element), and the listener is automatically removed when the component is destroyed ... Ext.util.Observable
View Sourceclearlisteners (Remove all listeners, including managed listeners, for this object ... Ext.util.Observable
View Sourceclearmanagedlisteners (Remove all managed listeners for this object ... Ext.util.Observable
View Sourceenablebubble (string/string[] Eventnamesby calling This.getbubbletarget () (if present) to allow events triggered by this observable object to bubble along the inheritance system, there is no implementation class in the observable base class. ... Ext.util.Observable
View Sourcefireevent (String eventName, Object ... args): Boolean fires the specified event using the passed argument (removing the event name, plus the options object passed to AddListener). ... Ext.data.Tree
View Sourcegetnodebyid (String ID): Ext.data.NodeInterface Gets a node in the tree through the ID of the node. ... Ext.data.Tree
View Sourcegetrootnode (): Ext.data.NodeInterface returns the root node of the tree. ... Ext.util.Observable
View Sourcehaslistener (String EventName): Boolean checks whether this object has a listener for a specific event, or checks whether the event is bubbling. ... Ext.util.Observable
View Sourcemon (ext.util.observable/ext.element Item, object/string ename, Function FN, object scope, object optAddmanagedlistener's shorthand method adds listeners to any observable object (or ext.element), and the listener is automatically removed when the component is destroyed ... Ext.util.Observable
View Sourcemun (ext.util.observable/ext.element Item, object/string ename, Function fn, Object scopeThe shorthand method for Removemanagedlistener removes the listener added by the Mon method. ... Ext.util.Observable
View Sourceon (string/object eventName, [Function fn], [object scope], [object options]AddListener's shorthand method adds an event handler function to this object, for example: Mygridpanel.on ("MouseOver", This.onmouseover, this); This method also allows a single parameter to be passed, and the parameter is a containing specified ... Ext.util.Observable
View Sourcerelayevents (Object origin, string[] events, [String prefix]Replaces the selected event from the specified observable as if the event was this trigger. ... Ext.util.Observable
View Sourceremovelistener (String EventName, Function fn, Object scopeRemoves the event handler function. ... Ext.util.Observable
View Sourceremovemanagedlistener (ext.util.observable/ext.element Item, object/string ename, Function fn, Object scope) to remove the listener added by the Mon method. ... Ext.util.Observable
View Sourceresumeevents () to continue the triggering of the event (see Suspendevents). ... Ext.data.Tree
View Sourcesetrootnode (Ext.data.NodeInterface Node): Ext.data.NodeInterface Sets the root node of the tree. ... Ext.util.Observable
View Sourcesuspendevents (Boolean queuesuspended) suspends triggering of all events. (See Resumeevents) ... Ext.util.Observable
View Sourceun (String EventName, Function fn, Object scopeThe abbreviated method of RemoveListener removes the event handler function. ... Defined bystatic Methods Ext.base
View Sourceaddmembers (Object Members)STATICThe method/property is added to the prototype of this class. ... Ext.base
View Sourceaddstatics (Object Members): Ext.baseSTATICAdd/Override static properties for this class. ... Ext.base
View Sourcecreate (): ObjectSTATICCreate a new instance of this class. ... Ext.base
View Sourcecreatealias (String/object, String/object origin)STATICCreates an alias for an existing prototype method. For example: Ext.define (' My.cool.Class ', {method1:function () {... Ext.base
View Sourcegetname (): StringSTATICGets the name of the current class, in string format. ... Defined byevents Ext.data.Tree
View Sourceappend (Ext.data.NodeInterface This, Ext.data.NodeInterface node, number index, Object eoptsTriggers when a new child node is added ... Ext.data.Tree
View Sourcebeforeappend (Ext.data.NodeInterface This, Ext.data.NodeInterface node, Object eopts) to append a new child node before triggering, which returns false to cancel the append. ... Ext.data.Tree
View Sourcebeforecollapse (Ext.data.NodeInterface This, Object eoptsTriggers before the node collapses. ... Ext.data.Tree
View Sourcebeforeexpand (Ext.data.NodeInterface This, Object eoptsTriggers before the node expands. ... Ext.data.Tree
View Sourcebeforeinsert (Ext.data.NodeInterface This, Ext.data.NodeInterface node, Ext.data.NodeInterface refnode, Object eoptsFires before inserting a new child node, and returns False to cancel the insertion. ... Ext.data.Tree
View Sourcebeforemove (Ext.data.NodeInterface This, Ext.data.NodeInterface oldparent, Ext.data.NodeInterface newparent, number index, Object eopts) This node is triggered before it is moved. Returns false to cancel the move. ... Ext.data.Tree
View Sourcebeforeremove (Ext.data.NodeInterface This, Ext.data.NodeInterface node, Boolean ismove, Object eopts) fires before removing a new child node, and returns false to cancel the removal. ... Ext.data.Tree
View Sourcecollapse (Ext.data.NodeInterface This, Object eoptsFires when the node collapses. ... Ext.data.Tree
View Sourceexpand (Ext.data.NodeInterface This, Object eoptsFires when this node is expanded. ... Ext.data.Tree
View Sourceinsert (Ext.data.NodeInterface This, Ext.data.NodeInterface node, Ext.data.NodeInterface refnode, Object eoptsTriggers when a new child node is inserted ... Ext.data.Tree
View Sourcemove (Ext.data.NodeInterface This, Ext.data.NodeInterface oldparent, Ext.data.NodeInterface newparent, number index, Object eoptsTriggers when the node is moved. ... Ext.data.Tree
View Sourceremove (Ext.data.NodeInterface This, Ext.data.NodeInterface node, Boolean ismove, Object eoptsTriggers when a new child node is removed ... Ext.data.Tree
View Sourcerootchange (Ext.data.Model Root, Object eoptsTriggers when the root node changes in the tree. ... Ext.data.Tree
View Sourcesort (Ext.data.NodeInterface This, ext.data.nodeinterface[] childNodes, Object eoptsTriggers when the child nodes of this node are sorted ...
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Attribute methods and events for the collected ext tree