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 RenderingInfo
RenderingInfo. 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 void
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 RenderingInfo Modifier and Type Class Description class
RenderingInfoImpl
Fields 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. 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 RenderingInfo Modifier and Type Method Description RenderingInfo
RenderingInfoImpl. 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)
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 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 RenderingInfo
RenderingInfoDescriptor. 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 void
RenderingInfoJsonWriter. write(RenderingInfo entity, com.fasterxml.jackson.core.JsonGenerator jg)
-