Package org.opencms.gwt.shared
Interface I_CmsAutoBeanFactory
- All Superinterfaces:
com.google.web.bindery.autobean.shared.AutoBeanFactory
public interface I_CmsAutoBeanFactory
extends com.google.web.bindery.autobean.shared.AutoBeanFactory
General AutoBean factory interface.
-
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_CmsContentLoadCollectorInfo>
Creates a new AutoBean.com.google.web.bindery.autobean.shared.AutoBean<I_CmsCodeMirrorClientConfiguration>
Creates a new configuration AutoBean.com.google.web.bindery.autobean.shared.AutoBean<I_CmsEmbeddedDialogInfo>
Creates a new dialog info AutoBean.com.google.web.bindery.autobean.shared.AutoBean<I_CmsEditableDataExtensions>
Creates a new instance.com.google.web.bindery.autobean.shared.AutoBean<I_CmsListAddMetadata>
Creates an I_CmsListAddMetadat AutoBean.com.google.web.bindery.autobean.shared.AutoBean<I_CmsUnlockData>
Creates a new unlock data instance.com.google.web.bindery.autobean.shared.AutoBean<I_CmsContentLoadCollectorInfo>
Creates an AutoBean wrapping an object.com.google.web.bindery.autobean.shared.AutoBean<I_CmsEditableDataExtensions>
Wraps an instance.Methods inherited from interface com.google.web.bindery.autobean.shared.AutoBeanFactory
create, create
-
Method Details
-
createCollectorInfo
com.google.web.bindery.autobean.shared.AutoBean<I_CmsContentLoadCollectorInfo> createCollectorInfo()Creates a new AutoBean.- Returns:
- the created AutoBean
-
createConfiguration
com.google.web.bindery.autobean.shared.AutoBean<I_CmsCodeMirrorClientConfiguration> createConfiguration()Creates a new configuration AutoBean.- Returns:
- the new configuration bean
-
createDialogInfo
com.google.web.bindery.autobean.shared.AutoBean<I_CmsEmbeddedDialogInfo> createDialogInfo()Creates a new dialog info AutoBean.- Returns:
- the new bean
-
createExtensions
com.google.web.bindery.autobean.shared.AutoBean<I_CmsEditableDataExtensions> createExtensions()Creates a new instance.- Returns:
- the new instance
-
createListAddMetadata
com.google.web.bindery.autobean.shared.AutoBean<I_CmsListAddMetadata> createListAddMetadata()Creates an I_CmsListAddMetadat AutoBean.- Returns:
- the bean
-
unlockData
com.google.web.bindery.autobean.shared.AutoBean<I_CmsUnlockData> unlockData()Creates a new unlock data instance.- Returns:
- the unlock data
-