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 LayoutRowDefinitionLayoutRowDefinition. 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 voidLayoutDefinition. 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 classLayoutRowDefinitionImplDefault 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. rowsMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRowDefinition Modifier and Type Method Description LayoutRowDefinitionLayoutRowDefinitionImpl. clone()LayoutRowDefinition[]LayoutDefinitionImpl. getRows()Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinition Modifier and Type Method Description voidLayoutDefinitionImpl. 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)LayoutRowDefinitionLayoutRowDescriptor. 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 voidLayoutDefinitionJsonWriter. 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 StringLayoutFunctions. computeLayoutRowDefinitionId(LayoutRowDefinition layoutRowDef)Returns an identifier computed from this definition so that an identical definition will have the same id.
-