Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.LayoutRowDefinition

Packages that use LayoutRowDefinition
org.nuxeo.ecm.platform.forms.layout.api   
org.nuxeo.ecm.platform.forms.layout.api.impl   
org.nuxeo.ecm.platform.forms.layout.descriptors   
org.nuxeo.ecm.platform.forms.layout.io   
 

Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.api
 

Methods in org.nuxeo.ecm.platform.forms.layout.api that return LayoutRowDefinition
 LayoutRowDefinition[] LayoutDefinition.getRows()
          Returns the list of widget names to use at a given row.
 

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
 class LayoutRowDefinitionImpl
          Default implementation for a layout row definition.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return LayoutRowDefinition
 LayoutRowDefinition[] LayoutDefinitionImpl.getRows()
           
 

Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type LayoutRowDefinition
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
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
 

Classes in org.nuxeo.ecm.platform.forms.layout.descriptors that implement LayoutRowDefinition
 class LayoutColumnDescriptor
          Layout column descriptor, acts as an alias of LayoutRowDescriptor.
 class LayoutRowDescriptor
          Layout row descriptor.
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return LayoutRowDefinition
 LayoutRowDefinition[] LayoutDescriptor.getRows()
           
 

Uses of LayoutRowDefinition in org.nuxeo.ecm.platform.forms.layout.io
 

Methods in org.nuxeo.ecm.platform.forms.layout.io that return LayoutRowDefinition
static LayoutRowDefinition JSONLayoutExporter.importLayoutRowDefinition(net.sf.json.JSONObject layoutRowDef)
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.io with parameters of type LayoutRowDefinition
static net.sf.json.JSONObject JSONLayoutExporter.exportToJson(LayoutRowDefinition layoutRowDef)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.