Interface I_CmsCategorizedSelectDataFactory
- All Superinterfaces:
com.google.web.bindery.autobean.shared.AutoBeanFactory
public interface I_CmsCategorizedSelectDataFactory
extends com.google.web.bindery.autobean.shared.AutoBeanFactory
AutoBean factory used to create the data for the categorized select widget.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
com.google.web.bindery.autobean.shared.AutoBeanFactory.Category, com.google.web.bindery.autobean.shared.AutoBeanFactory.NoWrap
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData.Category>
category()
Creates new category.com.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData>
config()
Creates new configuration object.com.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData.Option>
option()
Creates new option object.Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
create, create
-
Method Details
-
category
com.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData.Category> category()Creates new category.- Returns:
- the category bean
-
config
com.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData> config()Creates new configuration object.- Returns:
- the configuration
-
option
com.google.web.bindery.autobean.shared.AutoBean<I_CmsCategorizedSelectData.Option> option()Creates new option object.- Returns:
- the option object
-