/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_state_Manager({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
This is the global state manager. By default all components that are \"state aware\" check this class\nfor state information if you don't pass them a custom state provider. In order for this class\nto be useful, it must be initialized with a provider when your application initializes. Example usage:
\n\n// in your initialization function\ninit : function(){\n Ext.state.Manager.setProvider(new Ext.state.CookieProvider());\n var win = new Window(...);\n win.restoreState();\n}\n
\n\nReturns the current value for a key
\nThe key name
\nThe default value to return if the key lookup does not match
\nThe state data
\nGets the currently configured state provider
\nThe state provider
\nConfigures the default state provider for your application
\nThe state provider to set
\n