Properties Methods Events Config Options Direct Link
Observable
  AbstractStore
    TreeStore

Class Ext.data.TreeStore

Package:Ext.data
Defined In:TreeStore.js
Class:TreeStore
Extends:AbstractStore

A store class that allows the representation of hierarchical data.

Config Options

Config OptionsDefined By
 autoSave : Boolean
True to automatically sync the Store with its Proxy after every edit to one of its Records. Defaults to false.
AbstractStore
 clearOnLoad : Boolean
Default to true. Remove previously existing child nodes before loading.
TreeStore
 defaultRootId : String
The default root id. Defaults to 'root'
TreeStore
 nodeParam : String
The name of the parameter sent to the server which contains the identifier of the node. Defaults to 'node'.
TreeStore

Public Properties

PropertyDefined By
 defaultProxyType : String
The string type of the Proxy to create if none is specified. This defaults to creating a memory proxy.
AbstractStore
 defaultSortDirection : String
The default sort direction to use if one is not specified (defaults to "ASC")
AbstractStore
 filters : Ext.util.MixedCollection
The collection of Filters currently applied to this Store
AbstractStore
 sorters : Ext.util.MixedCollection
The collection of Sorters currently applied to this Store.
AbstractStore

Public Methods

MethodDefined By

Public Events

EventDefined By