Interface I_CmsAttributeSelectFactory
- All Superinterfaces:
com.google.web.bindery.autobean.shared.AutoBeanFactory
public interface I_CmsAttributeSelectFactory
extends com.google.web.bindery.autobean.shared.AutoBeanFactory
AutoBean factory for creating beans related to attribute select widgets.
-
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_CmsAttributeSelectData.AttributeDefinition>
Creates a new attribute definition.com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData>
Creates new attribute select data.com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData.Option>
Creates a new optioncom.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData.OptionWithAttributes>
Creates a new option with attributes.Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
create, create
-
Method Details
-
createAttributeDefinition
com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData.AttributeDefinition> createAttributeDefinition()Creates a new attribute definition.- Returns:
- the new object
-
createAttributeSelectData
com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData> createAttributeSelectData()Creates new attribute select data.- Returns:
- the new object
-
createOption
com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData.Option> createOption()Creates a new option- Returns:
- the new object
-
createOptionWithAttributes
com.google.web.bindery.autobean.shared.AutoBean<I_CmsAttributeSelectData.OptionWithAttributes> createOptionWithAttributes()Creates a new option with attributes.- Returns:
- the new object
-