Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.RenderingInfo
Packages that use RenderingInfo
Package
Description
-
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return RenderingInfoModifier and TypeMethodDescriptionRenderingInfo.clone()Returns a clone instance of this widget definition.Methods in org.nuxeo.ecm.platform.forms.layout.api that return types with arguments of type RenderingInfoModifier and TypeMethodDescriptionLayoutDefinition.getRenderingInfos()Returns the map of rendering information per mode.LayoutDefinition.getRenderingInfos(String mode) Returns the list of rendering information for given mode.Widget.getRenderingInfos()Returns the list of rendering information.WidgetDefinition.getRenderingInfos()Returns the map of rendering information per mode.WidgetDefinition.getRenderingInfos(String mode) Returns the list of rendering information for given mode.Method parameters in org.nuxeo.ecm.platform.forms.layout.api with type arguments of type RenderingInfoModifier and TypeMethodDescriptionvoidLayoutDefinition.setRenderingInfos(Map<String, List<RenderingInfo>> renderingInfos) voidWidgetDefinition.setRenderingInfos(Map<String, List<RenderingInfo>> renderingInfos) -
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement RenderingInfoFields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type RenderingInfoModifier and TypeFieldDescriptionprotected Map<String,List<RenderingInfo>> LayoutDefinitionImpl.renderingInfosprotected Map<String,List<RenderingInfo>> WidgetDefinitionImpl.renderingInfosprotected List<RenderingInfo>WidgetImpl.renderingInfosMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return RenderingInfoMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type RenderingInfoModifier and TypeMethodDescriptionLayoutDefinitionImpl.getRenderingInfos()LayoutDefinitionImpl.getRenderingInfos(String mode) WidgetDefinitionImpl.getRenderingInfos()WidgetDefinitionImpl.getRenderingInfos(String mode) static List<RenderingInfo>WidgetDefinitionImpl.getRenderingInfos(Map<String, List<RenderingInfo>> infos, String mode) WidgetImpl.getRenderingInfos()Method parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type RenderingInfoModifier and TypeMethodDescriptionstatic List<RenderingInfo>WidgetDefinitionImpl.getRenderingInfos(Map<String, List<RenderingInfo>> infos, String mode) voidLayoutDefinitionImpl.setRenderingInfos(Map<String, List<RenderingInfo>> renderingInfos) voidWidgetDefinitionImpl.setRenderingInfos(Map<String, List<RenderingInfo>> renderingInfos) Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type RenderingInfoModifierConstructorDescriptionWidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String, Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId, List<RenderingInfo> renderingInfos) -
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return RenderingInfo -
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type RenderingInfoModifier and TypeMethodDescriptionvoidRenderingInfoJsonWriter.write(RenderingInfo entity, com.fasterxml.jackson.core.JsonGenerator jg)