X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.state.Manager.html?ds=inline diff --git a/docs/output/Ext.state.Manager.html b/docs/output/Ext.state.Manager.html index 6d5efdb4..9db341ed 100644 --- a/docs/output/Ext.state.Manager.html +++ b/docs/output/Ext.state.Manager.html @@ -1,4 +1,4 @@ -
Package: | Ext.state |
Defined In: | StateManager.js |
Class: | Manager |
Extends: | Object |
Package: | Ext.state |
Defined In: | StateManager.js |
Class: | Manager |
Extends: | Object |
// in your initialization function
@@ -6,14 +6,14 @@ init : function(){
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
var win = new Window(...);
win.restoreState();
-}
Method | Defined By | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
clear( String name )
- :
- voidClears a value from the state Clears a value from the state Parameters:
| Manager | ||||||||||||||||||
get( String name , Mixed defaultValue )
- :
- MixedReturns the current value for a key Returns the current value for a key Parameters:
| Manager | ||||||||||||||||||
getProvider()
- :
- Provider Gets the currently configured state provider Gets the currently configured state provider Parameters:
| Manager | ||||||||||||||||||
set( String name , Mixed value )
- :
- voidSets the value for a key Sets the value for a key Parameters:
| Manager | ||||||||||||||||||
setProvider( Provider stateProvider )
- :
+}This class is a singleton and cannot be created directly. Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events.
\ No newline at end of file
|