Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.TreeStoreDirectEvents Class Reference

More...

Inheritance diagram for Ext.Net.TreeStoreDirectEvents:
Ext.Net.AbstractStoreDirectEvents Ext.Net.ComponentDirectEvents Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

 TreeStoreDirectEvents ()
 
 TreeStoreDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.AbstractStoreDirectEvents
 AbstractStoreDirectEvents ()
 
 AbstractStoreDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ComponentDirectEvents
 ComponentDirectEvents ()
 
 ComponentDirectEvents (Observable parent)
 
virtual void ClearDirectEvents ()
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Properties

virtual ComponentDirectEvent?? NodeAppend [get]
 Fires when a new child node is appended More...
 
virtual ComponentDirectEvent?? NodeBeforeAppend [get]
 Fires before a new child is appended, return false to cancel the append. More...
 
virtual ComponentDirectEvent?? NodeBeforeCollapse [get]
 Fires before this node is collapsed. More...
 
virtual ComponentDirectEvent?? NodeBeforeExpand [get]
 Fires before this node is expanded. More...
 
virtual ComponentDirectEvent?? NodeBeforeInsert [get]
 Fires before a new child is inserted, return false to cancel the insert. More...
 
virtual ComponentDirectEvent?? NodeBeforeMove [get]
 Fires before this node is moved to a new location in the tree. Return false to cancel the move. More...
 
virtual ComponentDirectEvent?? NodeBeforeRemove [get]
 Fires before a child is removed, return false to cancel the remove. More...
 
virtual ComponentDirectEvent?? NodeCollapse [get]
 Fires when this node is collapsed. More...
 
virtual ComponentDirectEvent?? NodeExpand [get]
 Fires when this node is expanded. More...
 
virtual ComponentDirectEvent?? NodeInsert [get]
 Fires when a new child node is inserted. More...
 
override ComponentDirectEvent?? Load [get]
 Fires whenever the store reads data from a remote data source More...
 
virtual ComponentDirectEvent?? NodeMove [get]
 Fires when this node is moved to a new location in the tree More...
 
virtual ComponentDirectEvent?? NodeRemove [get]
 Fires when a child node is removed More...
 
virtual ComponentDirectEvent?? RootChange [get]
 Fires any time the tree's root node changes. More...
 
virtual ComponentDirectEvent?? NodeSort [get]
 Fires when this TreeStore is sorted. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.AbstractStoreDirectEvents
virtual ComponentDirectEvent?? Add [get]
 Fired when a Model instance has been added to this Store Parameters store : Ext.data.Store The store More...
 
virtual ComponentDirectEvent?? BeginUpdate [get]
 Fires when the beginUpdate method is called. Automatic synchronization as configured by the autoSync flag is deferred until the endUpdate method is called, so multiple mutations can be coalesced into one synchronization operation. More...
 
virtual ComponentDirectEvent?? BeforeLoad [get]
 Fires before a request is made for a new data object. If the beforeload handler returns false the load action will be canceled Parameters store : Ext.data.Store This Store More...
 
virtual ComponentDirectEvent?? BeforeSort [get]
 Fires before a store is sorted. For remotely sorted stores, this will be just before the load operation triggered by changing the store's sorters. For locally sorted stores, this will be just before the data items in the store's backing collection are sorted. More...
 
virtual ComponentDirectEvent?? BeforeSync [get]
 Called before a call to sync is executed. Return false from any listener to cancel the sync Parameters options : Object Hash of all records to be synchronized, broken down into create, update and destroy More...
 
virtual ComponentDirectEvent?? Clear [get]
 Fired after the removeAll method is called. Parameters store : Ext.data.Store More...
 
virtual ComponentDirectEvent?? DataChanged [get]
 Fires whenever the records in the Store have changed in some way - this could include adding or removing records, or updating the data in existing records Parameters store : Ext.data.Store More...
 
virtual ComponentDirectEvent?? Load [get]
 Fires whenever the store reads data from a remote data source. Parameters store : Ext.data.Store records : Array An array of records successful : Boolean True if the operation was successful. operation : Ext.data.operation.Read The Operation object that was used in the data load call More...
 
virtual ComponentDirectEvent?? Remove [get]
 Fired when a Model instance has been removed from this Store Parameters store : Ext.data.Store The Store object More...
 
virtual ComponentDirectEvent?? Sort [get]
 Fires after a store is sorted. For remotely sorted stores, this will be upon the success of a load operation triggered by changing the store's sorters. For locally sorted stores, this will be just after the data items in the store's backing collection are sorted. More...
 
virtual ComponentDirectEvent?? Update [get]
 Fires when a Record has been updated Parameters store : Store record : Ext.data.Model The Model instance that was updated More...
 
virtual ComponentDirectEvent?? Write [get]
 Fires whenever a successful write has been made via the configured Proxy Parameters store : Ext.data.Store This Store operation : Ext.data.Operation The Operation object that was used in the write More...
 
virtual ComponentDirectEvent?? EndUpdate [get]
 Fires when the endUpdate method is called. Automatic synchronization as configured by the autoSync flag is deferred until the endUpdate method is called, so multiple mutations can be coalesced into one synchronization operation. More...
 
virtual ComponentDirectEvent?? Exception [get]
 Fires when the server returns an exception Parameters proxy : Ext.data.proxy.Proxy response : Object The response from the AJAX request operation : Ext.data.Operation The operation that triggered request More...
 
virtual ComponentDirectEvent?? MetaChange [get]
 Fires when this store's underlying reader (available via the proxy) provides new metadata. Metadata usually consists of new field definitions, but can include any configuration data required by an application, and can be processed as needed in the event handler. This event is currently only fired for JsonReaders. More...
 
virtual ComponentDirectEvent?? Refresh [get]
 Fires when the data cache has changed in a bulk manner (e.g., it has been sorted, filtered, etc.) and a widget that is using this Store as a Record cache should refresh its view. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ComponentDirectEvents
virtual Observable Parent [get, set]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ TreeStoreDirectEvents() [1/2]

Ext.Net.TreeStoreDirectEvents.TreeStoreDirectEvents ( )
inline

◆ TreeStoreDirectEvents() [2/2]

Ext.Net.TreeStoreDirectEvents.TreeStoreDirectEvents ( Observable  parent)
inline

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.TreeStoreDirectEvents.ConfigOptions
get

◆ Load

override ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.Load
get

Fires whenever the store reads data from a remote data source

◆ NodeAppend

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeAppend
get

Fires when a new child node is appended

Parameters item : Node This node node : Node The newly appended node index : Number The index of the newly appended node options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeAppend

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeAppend
get

Fires before a new child is appended, return false to cancel the append.

Parameters item : Node This node node : Node The child node to be appended options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeCollapse

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeCollapse
get

Fires before this node is collapsed.

Parameters item : Node The collapsing node options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeExpand

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeExpand
get

Fires before this node is expanded.

Parameters item : Node The expanding node options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeInsert

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeInsert
get

Fires before a new child is inserted, return false to cancel the insert.

Parameters item : Node This node node : Node The child node to be inserted refNode : Node The child node the node is being inserted before options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeMove

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeMove
get

Fires before this node is moved to a new location in the tree. Return false to cancel the move.

Parameters item : Node This node oldParent : Node The parent of this node newParent : Node The new parent this node is moving to index : Number The index it is being moved to options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeBeforeRemove

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeBeforeRemove
get

Fires before a child is removed, return false to cancel the remove.

Parameters item : Node This node node : Node The child node to be removed isMove : Boolean true if the child node is being removed so it can be moved to another position in the tree. (a side effect of calling appendChild or insertBefore with a node that already has a parentNode options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeCollapse

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeCollapse
get

Fires when this node is collapsed.

Parameters item : Node The collapsing node options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeExpand

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeExpand
get

Fires when this node is expanded.

Parameters item : Node The expanding node options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeInsert

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeInsert
get

Fires when a new child node is inserted.

Parameters item : Node This node node : Node The child node inserted refNode : Node The child node the node was inserted before options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeMove

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeMove
get

Fires when this node is moved to a new location in the tree

Parameters item : Node This node oldParent : Node The old parent of this node newParent : Node The new parent of this node index : Number The index it was moved to options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeRemove

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeRemove
get

Fires when a child node is removed

Parameters item : Node This node node : Node The removed node isMove : Boolean true if the child node is being removed so it can be moved to another position in the tree. (a side effect of calling appendChild or insertBefore with a node that already has a parentNode options : Object The options object passed to Ext.util.Observable.addListener.

◆ NodeSort

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.NodeSort
get

Fires when this TreeStore is sorted.

Parameters item : Node The node that is sorted. childNodes : Ext.data.NodeInterface[] The childNodes of this node. options : Object The options object passed to Ext.util.Observable.addListener.

◆ RootChange

virtual ComponentDirectEvent?? Ext.Net.TreeStoreDirectEvents.RootChange
get

Fires any time the tree's root node changes.

Parameters newRoot : Ext.data.TreeModel/Ext.data.NodeInterface The new root oldRoot : Ext.data.TreeModel/Ext.data.NodeInterface The old root


The documentation for this class was generated from the following files: