Class Roo.state.Manager

Package:Roo.state
Defined In: Roo/state/Manager.js.
Class:Manager
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.

// in your initialization function
init : function(){
Roo.state.Manager.setProvider(new Roo.state.CookieProvider());
...
// supposed you have a {link Roo.BorderLayout}
var layout = new Roo.BorderLayout(...);
layout.restoreState();
// or a {Roo.BasicDialog}
var dialog = new Roo.BasicDialog(...);
dialog.restoreState();
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties - Has None
Public Methods
Method Defined By
Events - Has None
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:55 GMT+0800 (HKT) Based on JsDoc Toolkit