Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRowDefinition
Packages that use LayoutRowDefinition
Package
Description
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRowDefinitionModifier and TypeMethodDescriptionLayoutRowDefinition.clone()
Returns a clone instance of this row definition.LayoutDefinition.getRows()
Returns the list of widget names to use at a given row.Methods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type LayoutRowDefinition -
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement LayoutRowDefinitionModifier and TypeClassDescriptionclass
Default implementation for a layout row definition.Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as LayoutRowDefinitionMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRowDefinitionMethods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinitionConstructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinitionModifierConstructorDescriptionLayoutDefinitionImpl
(String name, Map<String, Map<String, Serializable>> properties, Map<String, String> templates, LayoutRowDefinition[] rows, Map<String, WidgetDefinition> widgets) Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type LayoutRowDefinitionModifierConstructorDescriptionLayoutDefinitionImpl
(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
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return LayoutRowDefinitionModifier and TypeMethodDescriptionprotected LayoutRowDefinition[]
LayoutDescriptor.getDefinitions
(LayoutRowDescriptor[] rows) LayoutRowDescriptor.getLayoutRowDefinition()
LayoutDescriptor.getRows()
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type LayoutRowDefinitionModifier 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
Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type LayoutRowDefinitionModifier and TypeMethodDescriptionstatic String
LayoutFunctions.computeLayoutRowDefinitionId
(LayoutRowDefinition layoutRowDef) Returns an identifier computed from this definition so that an identical definition will have the same id.