|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.state.Provider
com.gwtext.client.state.CookieProvider
public class CookieProvider
The default Provider implementation which saves state via cookies.
Usage :CookieProvider cp = new CookieProvider(...); Manager.setProvider(cp);
Manager| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
CookieProvider()
|
|
CookieProvider(CookieProviderConfig config)
Creates a new Cookieprovider using the specified configuration. |
|
| Method Summary |
|---|
| Methods inherited from class com.gwtext.client.state.Provider |
|---|
clear, getAsString, set |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieProvider()
public CookieProvider(CookieProviderConfig config)
config - the configuration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||