com.sencha.gxt.state.client
Interface DefaultStateAutoBeanFactory
- All Superinterfaces:
- AutoBeanFactory
public interface DefaultStateAutoBeanFactory
- extends AutoBeanFactory
Default 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.
tree
AutoBean<TreeStateHandler.TreeState> tree()
borderLayout
AutoBean<BorderLayoutStateHandler.BorderLayoutState> borderLayout()
grid
AutoBean<GridStateHandler.GridState> grid()
Copyright © 2012. All Rights Reserved.