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 TypeMethodDescriptionvoid
LayoutDefinition.setRenderingInfos
(Map<String, List<RenderingInfo>> renderingInfos) void
WidgetDefinition.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.renderingInfos
protected Map<String,
List<RenderingInfo>> WidgetDefinitionImpl.renderingInfos
protected List<RenderingInfo>
WidgetImpl.renderingInfos
Methods 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) void
LayoutDefinitionImpl.setRenderingInfos
(Map<String, List<RenderingInfo>> renderingInfos) void
WidgetDefinitionImpl.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 TypeMethodDescriptionvoid
RenderingInfoJsonWriter.write
(RenderingInfo entity, com.fasterxml.jackson.core.JsonGenerator jg)