Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRowDefinition
-
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRowDefinition Modifier and Type Method Description LayoutRowDefinition
LayoutRowDefinition. clone()
Returns a clone instance of this row definition.LayoutRowDefinition[]
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 Modifier and Type Method Description void
LayoutDefinition. setRows(LayoutRowDefinition[] rows)
-
Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement LayoutRowDefinition Modifier and Type Class Description class
LayoutRowDefinitionImpl
Default implementation for a layout row definition.Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as LayoutRowDefinition Modifier and Type Field Description protected LayoutRowDefinition[]
LayoutDefinitionImpl. rows
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRowDefinition Modifier and Type Method Description LayoutRowDefinition
LayoutRowDefinitionImpl. clone()
LayoutRowDefinition[]
LayoutDefinitionImpl. getRows()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinition Modifier and Type Method Description void
LayoutDefinitionImpl. setRows(LayoutRowDefinition[] rows)
Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinition Constructor Description LayoutDefinitionImpl(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 LayoutRowDefinition Constructor Description LayoutDefinitionImpl(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 LayoutRowDefinition Modifier and Type Method Description protected LayoutRowDefinition[]
LayoutDescriptor. getDefinitions(LayoutRowDescriptor[] rows)
LayoutRowDefinition
LayoutRowDescriptor. getLayoutRowDefinition()
LayoutRowDefinition[]
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 LayoutRowDefinition Modifier and Type Method Description protected 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 LayoutRowDefinition Modifier and Type Method Description static String
LayoutFunctions. computeLayoutRowDefinitionId(LayoutRowDefinition layoutRowDef)
Returns an identifier computed from this definition so that an identical definition will have the same id.
-