Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use FieldDefinition
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.facelets   
org.nuxeo.ecm.platform.forms.layout.facelets.library   
org.nuxeo.ecm.platform.forms.layout.io   
org.nuxeo.ecm.platform.forms.layout.service   
 

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

Methods in org.nuxeo.ecm.platform.forms.layout.api that return FieldDefinition
 FieldDefinition[] WidgetDefinition.getFieldDefinitions()
          Returns the list of fields managed by this widget.
 FieldDefinition[] Widget.getFieldDefinitions()
          Returns the list of fields managed by this widget.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api that return types with arguments of type FieldDefinition
 List<FieldDefinition> WidgetTypeConfiguration.getDefaultFieldDefinitions()
           
 

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

Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement FieldDefinition
 class FieldDefinitionImpl
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return FieldDefinition
 FieldDefinition[] WidgetImpl.getFieldDefinitions()
           
 FieldDefinition[] WidgetDefinitionImpl.getFieldDefinitions()
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type FieldDefinition
 List<FieldDefinition> WidgetTypeConfigurationImpl.getDefaultFieldDefinitions()
           
 

Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type FieldDefinition
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)
           
WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level)
          Deprecated. since 5.4.3: use WidgetImpl.WidgetImpl(String, String, String, String, String, FieldDefinition[], String, String, boolean, Map, boolean, Widget[], int, WidgetSelectOption[], String)
WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions)
          Deprecated. since 5.4.3: use WidgetImpl.WidgetImpl(String, String, String, String, String, FieldDefinition[], String, String, boolean, Map, boolean, Widget[], int, WidgetSelectOption[], String)
WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId)
           
 

Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type FieldDefinition
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)
           
WidgetTypeConfigurationImpl(String sinceVersion, String title, String description, String demoId, boolean demoPreviewEnabled, Map<String,Serializable> properties, List<String> supportedModes, boolean acceptingSubWidgets, boolean list, boolean complex, List<String> supportedFieldTypes, List<String> defaultFieldTypes, List<FieldDefinition> defaultFieldDefinitions, List<String> categories, Map<String,List<LayoutDefinition>> propertyLayouts)
           
 

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

Classes in org.nuxeo.ecm.platform.forms.layout.descriptors that implement FieldDefinition
 class FieldDescriptor
          Field definition descriptor.
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return FieldDefinition
 FieldDefinition[] WidgetDescriptor.getFieldDefinitions()
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return types with arguments of type FieldDefinition
 List<FieldDefinition> WidgetTypeConfigurationDescriptor.getDefaultFieldDefinitions()
           
 

Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.facelets
 

Methods in org.nuxeo.ecm.platform.forms.layout.facelets with parameters of type FieldDefinition
static String ValueExpressionHelper.createBareExpressionString(String valueName, FieldDefinition field)
          Returns the value expression string representation without the surrounding brackets, for instance: "value.property" instead of #{value.property}.
static String ValueExpressionHelper.createExpressionString(String valueName, FieldDefinition field)
           
 

Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.facelets.library
 

Methods in org.nuxeo.ecm.platform.forms.layout.facelets.library with parameters of type FieldDefinition
static String LayoutTagLibrary.getFieldDefinitionsAsString(FieldDefinition[] defs)
          Returns a String representing each of the field definitions property name, separated by a space.
 

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

Methods in org.nuxeo.ecm.platform.forms.layout.io that return FieldDefinition
static FieldDefinition JSONLayoutExporter.importFieldDefinition(net.sf.json.JSONObject fieldDef)
           
 

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

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

Method parameters in org.nuxeo.ecm.platform.forms.layout.service with type arguments of type FieldDefinition
 Widget WebLayoutManagerImpl.createWidget(com.sun.facelets.FaceletContext ctx, String type, String mode, String valueName, List<FieldDefinition> fieldDefinitions, String label, String helpLabel, Boolean translated, Map<String,Serializable> properties, Widget[] subWidgets)
           
 Widget WebLayoutManager.createWidget(com.sun.facelets.FaceletContext ctx, String type, String mode, String valueName, List<FieldDefinition> fieldDefinitions, String label, String helpLabel, Boolean translated, Map<String,Serializable> properties, Widget[] subWidgets)
          Returns a widget computed from given information.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.