Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.RenderingInfo
-
-
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return RenderingInfo Modifier and Type Method Description RenderingInfoRenderingInfo. 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 RenderingInfo Modifier and Type Method Description Map<String,List<RenderingInfo>>LayoutDefinition. getRenderingInfos()Returns the map of rendering information per mode.List<RenderingInfo>LayoutDefinition. getRenderingInfos(String mode)Returns the list of rendering information for given mode.List<RenderingInfo>Widget. getRenderingInfos()Returns the list of rendering information.Map<String,List<RenderingInfo>>WidgetDefinition. getRenderingInfos()Returns the map of rendering information per mode.List<RenderingInfo>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 RenderingInfo Modifier and Type Method Description voidLayoutDefinition. 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 RenderingInfo Modifier and Type Class Description classRenderingInfoImplFields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type RenderingInfo Modifier and Type Field Description protected 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 RenderingInfo Modifier and Type Method Description RenderingInfoRenderingInfoImpl. clone()Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type RenderingInfo Modifier and Type Method Description Map<String,List<RenderingInfo>>LayoutDefinitionImpl. getRenderingInfos()List<RenderingInfo>LayoutDefinitionImpl. getRenderingInfos(String mode)Map<String,List<RenderingInfo>>WidgetDefinitionImpl. getRenderingInfos()List<RenderingInfo>WidgetDefinitionImpl. getRenderingInfos(String mode)static List<RenderingInfo>WidgetDefinitionImpl. getRenderingInfos(Map<String,List<RenderingInfo>> infos, String mode)List<RenderingInfo>WidgetImpl. getRenderingInfos()Method parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type RenderingInfo Modifier and Type Method Description static 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 RenderingInfo Constructor Description WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, boolean handlingLabels, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId, List<RenderingInfo> renderingInfos)WidgetImpl(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 Modifier and Type Method Description RenderingInfoRenderingInfoDescriptor. getRenderingInfo() -
Uses of RenderingInfo in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type RenderingInfo Modifier and Type Method Description voidRenderingInfoJsonWriter. write(RenderingInfo entity, com.fasterxml.jackson.core.JsonGenerator jg)
-