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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
AutoBeanFactory.Category, AutoBeanFactory.NoWrap
 
Method Summary
 AutoBean<BorderLayoutStateHandler.BorderLayoutState> borderLayout()
           
 AutoBean<GridStateHandler.GridState> grid()
           
 AutoBean<TreeStateHandler.TreeState> tree()
           
 
Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
create, create
 

Method Detail

tree

AutoBean<TreeStateHandler.TreeState> tree()

borderLayout

AutoBean<BorderLayoutStateHandler.BorderLayoutState> borderLayout()

grid

AutoBean<GridStateHandler.GridState> grid()


Copyright © 2012. All Rights Reserved.