Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use WidgetDefinition
org.nuxeo.ecm.platform.forms.layout.api   
org.nuxeo.ecm.platform.forms.layout.api.impl   
org.nuxeo.ecm.platform.forms.layout.api.service   
org.nuxeo.ecm.platform.forms.layout.core.service   
org.nuxeo.ecm.platform.forms.layout.descriptors   
org.nuxeo.ecm.platform.forms.layout.io   
org.nuxeo.ecm.platform.forms.layout.service   
 

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

Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetDefinition
 WidgetDefinition[] WidgetDefinition.getSubWidgetDefinitions()
          Returns sub widget definitions.
 WidgetDefinition LayoutDefinition.getWidgetDefinition(String name)
          Returns the widget definition with given name.
 

Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
 

Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement WidgetDefinition
 class WidgetDefinitionImpl
          Default implementation for a widget definition.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetDefinition
 WidgetDefinition[] WidgetDefinitionImpl.getSubWidgetDefinitions()
           
 WidgetDefinition LayoutDefinitionImpl.getWidgetDefinition(String name)
           
 

Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetDefinition
LayoutDefinitionImpl(String name, String template, WidgetDefinition widgetDefinition)
           
WidgetDefinitionImpl(String name, String type, Map<String,String> labels, Map<String,String> helpLabels, boolean translated, Map<String,String> modes, FieldDefinition[] fieldDefinitions, Map<String,Map<String,Serializable>> properties, Map<String,Map<String,Serializable>> widgetModeProperties, WidgetDefinition[] subWidgets)
           
WidgetDefinitionImpl(String name, String type, Map<String,String> labels, Map<String,String> helpLabels, boolean translated, Map<String,String> modes, FieldDefinition[] fieldDefinitions, Map<String,Map<String,Serializable>> properties, Map<String,Map<String,Serializable>> widgetModeProperties, WidgetDefinition[] subWidgets, WidgetSelectOption[] selectOptions)
           
 

Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type WidgetDefinition
LayoutDefinitionImpl(String name, Map<String,Map<String,Serializable>> properties, Map<String,String> templates, LayoutRowDefinition[] rows, Map<String,WidgetDefinition> widgets)
           
LayoutDefinitionImpl(String name, Map<String,Map<String,Serializable>> properties, Map<String,String> templates, List<LayoutRowDefinition> rows, List<WidgetDefinition> widgetDefinitions)
           
WidgetDefinitionImpl(String name, String type, Map<String,String> labels, Map<String,String> helpLabels, boolean translated, Map<String,String> modes, List<FieldDefinition> fieldDefinitions, Map<String,Map<String,Serializable>> properties, Map<String,Map<String,Serializable>> widgetModeProperties, List<WidgetDefinition> subWidgets)
           
WidgetDefinitionImpl(String name, String type, String label, String helpLabel, boolean translated, Map<String,String> modes, List<FieldDefinition> fieldDefinitions, Map<String,Serializable> properties, List<WidgetDefinition> subWidgets)
           
 

Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api.service
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.service that return WidgetDefinition
 WidgetDefinition LayoutManager.getWidgetDefinition(String widgetName)
          Returns the registered widget definition for this name.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.service with parameters of type WidgetDefinition
 void LayoutManager.registerWidget(WidgetDefinition widgetDef)
           
 void LayoutManager.unregisterWidget(WidgetDefinition widgetDef)
           
 

Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.core.service
 

Methods in org.nuxeo.ecm.platform.forms.layout.core.service that return WidgetDefinition
 WidgetDefinition LayoutManagerImpl.getWidgetDefinition(String widgetName)
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.core.service with parameters of type WidgetDefinition
 void LayoutManagerImpl.registerWidget(WidgetDefinition widgetDef)
           
 void LayoutManagerImpl.unregisterWidget(WidgetDefinition widgetDef)
           
 

Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.descriptors
 

Classes in org.nuxeo.ecm.platform.forms.layout.descriptors that implement WidgetDefinition
 class WidgetDescriptor
          Widget definition descriptor.
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return WidgetDefinition
 WidgetDefinition[] WidgetDescriptor.getSubWidgetDefinitions()
           
 WidgetDefinition LayoutDescriptor.getWidgetDefinition(String name)
           
 

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

Methods in org.nuxeo.ecm.platform.forms.layout.io that return WidgetDefinition
static WidgetDefinition JSONLayoutExporter.importWidgetDefinition(net.sf.json.JSONObject widgetDef)
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.io with parameters of type WidgetDefinition
static net.sf.json.JSONObject JSONLayoutExporter.exportToJson(WidgetDefinition widgetDef)
           
static net.sf.json.JSONObject JSONLayoutExporter.exportToJson(WidgetDefinition widgetDef, String lang)
           
 

Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.service
 

Methods in org.nuxeo.ecm.platform.forms.layout.service that return WidgetDefinition
 WidgetDefinition WebLayoutManagerImpl.getWidgetDefinition(String widgetName)
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.service with parameters of type WidgetDefinition
 void WebLayoutManagerImpl.registerWidget(WidgetDefinition widgetDef)
           
 void WebLayoutManagerImpl.unregisterWidget(WidgetDefinition widgetDef)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.