X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.state.Provider.html?ds=inline diff --git a/docs/output/Ext.state.Provider.html b/docs/output/Ext.state.Provider.html index 03138307..04f099d3 100644 --- a/docs/output/Ext.state.Provider.html +++ b/docs/output/Ext.state.Provider.html @@ -1,158 +1,15 @@ -
Package: | Ext.state |
Defined In: | Provider.js |
Class: | Provider |
Subclasses: | FileProvider, CookieProvider |
Extends: | Object |
Method | -Defined By | -|
---|---|---|
- |
-
- clear( String name ) : void
-
- Clears a value from the state
-
- Clears a value from the state
-
- Parameters:
-
-
|
- Provider | -
- |
-
- decodeValue( String value ) : Mixed
-
- Decodes a string previously encoded with encodeValue.
-
- Decodes a string previously encoded with encodeValue.
-
- Parameters:
-
-
|
- Provider | -
- |
-
- encodeValue( Mixed value ) : String
-
- Encodes a value including type information. Decode with decodeValue.
-
- Encodes a value including type information. Decode with decodeValue.
-
- Parameters:
-
-
|
- Provider | -
- |
-
- get( String name , Mixed defaultValue ) : Mixed
-
- Returns the current value for a key
-
- Returns the current value for a key
-
- Parameters:
-
-
|
- Provider | -
- |
-
- set( String name , Mixed value ) : void
-
- Sets the value for a key
-
- Sets the value for a key
-
- Parameters:
-
-
|
- Provider | -
Package: | Ext.state |
Defined In: | Provider.js |
Class: | Provider |
Subclasses: | CookieProvider |
Extends: | Object |
Method | Defined By | |
---|---|---|
clear( String name )
+ :
+ voidClears a value from the state Clears a value from the state Parameters:
| Provider | |
decodeValue( String value )
+ :
+ MixedDecodes a string previously encoded with encodeValue. Decodes a string previously encoded with encodeValue. Parameters:
| Provider | |
encodeValue( Mixed value )
+ :
+ StringEncodes a value including type information. Decode with decodeValue. Encodes a value including type information. Decode with decodeValue. Parameters:
| Provider | |
get( String name , Mixed defaultValue )
+ :
+ MixedReturns the current value for a key Returns the current value for a key Parameters:
| Provider | |
set( String name , Mixed value )
+ :
+ voidSets the value for a key Sets the value for a key Parameters:
| Provider |
Event | Defined By | |
---|---|---|
statechange :
+ ( Provider this , String key , String value )
+ Fires when a state change occurs. Fires when a state change occurs. Listeners will be called with the following arguments:
| Provider |