X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/api/Ext.state.Manager.html?ds=inline diff --git a/docs/api/Ext.state.Manager.html b/docs/api/Ext.state.Manager.html deleted file mode 100644 index 05db8f86..00000000 --- a/docs/api/Ext.state.Manager.html +++ /dev/null @@ -1,82 +0,0 @@ -
This is the global state manager. By default all components that are "state aware" check this class -for state information if you don't pass them a custom state provider. In order for this class -to be useful, it must be initialized with a provider when your application initializes. Example usage:
- -// in your initialization function
-init : function(){
- Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
- var win = new Window(...);
- win.restoreState();
-}
-
-
-
-This class passes on calls from components to the underlying Ext.state.Provider so that -there is a common interface that can be used without needing to refer to a specific provider instance -in every component.
-Clears a value from the state
-Clears a value from the state
-The key name
-Returns the current value for a key
-Returns the current value for a key
-The key name
-The default value to return if the key lookup does not match
-The state data
-Gets the currently configured state provider
-Gets the currently configured state provider
-The state provider
-Sets the value for a key
-Sets the value for a key
-The key name
-The state data
-