PDA

View Full Version : How to clear Component state in GWT shell



andrey
17 Jun 2008, 9:52 AM
I notice that Components remember their state. Is this done via the StateManager via the CookieProvider? If I am running in the GWT Shell, can someone tell me where the state information is stored?

I would like to clear the state somehow.

Thanks in advance,
Andre

gslender
17 Jun 2008, 5:33 PM
I'm not sure what other widget's maintain their state, but borderlayout does and can be controlled by this... not sure about resetting though??

http://extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/layout/BorderLayout.html#setEnableState(boolean)