Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRowDefinition
Package
Description
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
Modifier and TypeClassDescriptionclass
Default implementation for a layout row definition.ModifierConstructorDescriptionLayoutDefinitionImpl
(String name, Map<String, Map<String, Serializable>> properties, Map<String, String> templates, LayoutRowDefinition[] rows, Map<String, WidgetDefinition> widgets) ModifierConstructorDescriptionLayoutDefinitionImpl
(String name, Map<String, Map<String, Serializable>> properties, Map<String, String> templates, List<LayoutRowDefinition> rows, List<WidgetDefinition> widgetDefinitions) -
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.descriptors
Modifier and TypeMethodDescriptionprotected LayoutRowDefinition[]
LayoutDescriptor.getDefinitions
(LayoutRowDescriptor[] rows) LayoutRowDescriptor.getLayoutRowDefinition()
LayoutDescriptor.getRows()
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.export
Modifier and TypeMethodDescriptionprotected void
LayoutDefinitionJsonWriter.writeRawDefinition
(LayoutRowDefinition layoutRowDef, String defaultName, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.functions
Modifier and TypeMethodDescriptionstatic String
LayoutFunctions.computeLayoutRowDefinitionId
(LayoutRowDefinition layoutRowDef) Returns an identifier computed from this definition so that an identical definition will have the same id.