Uses of Class
org.opencms.gwt.shared.CmsAdditionalInfoBean
Packages that use CmsAdditionalInfoBean
Package
Description
Contains the shared container page editor classes.
Core shared stuff.
- 
Uses of CmsAdditionalInfoBean in org.opencms.ade.containerpage.shared
Methods in org.opencms.ade.containerpage.shared that return types with arguments of type CmsAdditionalInfoBeanModifier and TypeMethodDescriptionCmsElementSettingsConfig.getAdditionalInfo()Gets the additional info items.CmsContainerElementData.getFormatedIndividualSettings(String containerId) Returns the individual element settings formated with nice-names to be used as additional-info.Constructor parameters in org.opencms.ade.containerpage.shared with type arguments of type CmsAdditionalInfoBeanModifierConstructorDescriptionCmsElementSettingsConfig(CmsContainerElementData elementData, CmsResourceState state, ArrayList<CmsAdditionalInfoBean> additionalInfo, String schema, boolean isCopyGroup) Creates a new instance. - 
Uses of CmsAdditionalInfoBean in org.opencms.gwt.shared
Methods in org.opencms.gwt.shared that return types with arguments of type CmsAdditionalInfoBeanModifier and TypeMethodDescriptionCmsListInfoBean.getAdditionalInfo()Returns the additional info.Method parameters in org.opencms.gwt.shared with type arguments of type CmsAdditionalInfoBeanModifier and TypeMethodDescriptionvoidCmsListInfoBean.setAdditionalInfo(List<CmsAdditionalInfoBean> additionalInfo) Sets the additional info.Constructor parameters in org.opencms.gwt.shared with type arguments of type CmsAdditionalInfoBeanModifierConstructorDescriptionCmsListInfoBean(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor.CmsModelResourceInfo(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor.CmsResourceListInfo(String title, String subtitle, List<CmsAdditionalInfoBean> additionalInfo) Constructor.