public interface DefaultStateAutoBeanFactory
extends com.google.web.bindery.autobean.shared.AutoBeanFactory
AutoBeanFactory used by the StateManager. The
auto bean factory is specified using a module rule:
<set-configuration-property name="GXT.state.autoBeanFactory"
value="com.sencha.gxt.state.client.DefaultStateAutoBeanFactory" />.
To add additional beans to the factory, this interface should be extended.
The new interface should then be specified in your applications module file
to 'override' the current rule.| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<BorderLayoutStateHandler.BorderLayoutState> |
borderLayout() |
com.google.web.bindery.autobean.shared.AutoBean<GridStateHandler.GridState> |
grid() |
com.google.web.bindery.autobean.shared.AutoBean<TreeStateHandler.TreeState> |
tree() |
com.google.web.bindery.autobean.shared.AutoBean<TreeStateHandler.TreeState> tree()
com.google.web.bindery.autobean.shared.AutoBean<BorderLayoutStateHandler.BorderLayoutState> borderLayout()
com.google.web.bindery.autobean.shared.AutoBean<GridStateHandler.GridState> grid()
Copyright © 2012. All Rights Reserved.