Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.FieldDefinition
-
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return FieldDefinition Modifier and Type Method Description FieldDefinition
FieldDefinition. clone()
Returns a clone instance of this field definition.FieldDefinition[]
Widget. getFieldDefinitions()
Returns the list of fields managed by this widget.FieldDefinition[]
WidgetDefinition. 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 Modifier and Type Method Description List<FieldDefinition>
WidgetTypeConfiguration. getDefaultFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type FieldDefinition Modifier and Type Method Description void
WidgetDefinition. setFieldDefinitions(FieldDefinition[] fieldDefinitions)
-
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 Modifier and Type Class Description class
FieldDefinitionImpl
Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as FieldDefinition Modifier and Type Field Description protected FieldDefinition[]
WidgetDefinitionImpl. fieldDefinitions
protected FieldDefinition[]
WidgetImpl. fields
Fields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type FieldDefinition Modifier and Type Field Description protected List<FieldDefinition>
WidgetTypeConfigurationImpl. defaultFieldDefinitions
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return FieldDefinition Modifier and Type Method Description FieldDefinition
FieldDefinitionImpl. clone()
FieldDefinition[]
WidgetDefinitionImpl. getFieldDefinitions()
FieldDefinition[]
WidgetImpl. getFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type FieldDefinition Modifier and Type Method Description List<FieldDefinition>
WidgetTypeConfigurationImpl. getDefaultFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type FieldDefinition Modifier and Type Method Description void
WidgetDefinitionImpl. setFieldDefinitions(FieldDefinition[] fieldDefinitions)
Method parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type FieldDefinition Modifier and Type Method Description void
WidgetTypeConfigurationImpl. setDefaultFieldDefinitions(List<FieldDefinition> defaultFieldDefinitions)
Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type FieldDefinition Constructor Description 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, boolean handlingLabels, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId, List<RenderingInfo> renderingInfos)
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)
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, List<RenderingInfo> renderingInfos)
Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type FieldDefinition Constructor Description 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)
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)
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return FieldDefinition Modifier and Type Method Description FieldDefinition
FieldDescriptor. getFieldDefinition()
FieldDefinition[]
WidgetDescriptor. getFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return types with arguments of type FieldDefinition Modifier and Type Method Description List<FieldDefinition>
WidgetTypeConfigurationDescriptor. getDefaultFieldDefinitions()
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type FieldDefinition Modifier and Type Method Description void
FieldDefinitionJsonWriter. write(FieldDefinition entity, com.fasterxml.jackson.core.JsonGenerator jg)
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.functions
Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type FieldDefinition Modifier and Type Method Description static String
LayoutFunctions. getFieldDefinitionsAsString(FieldDefinition[] defs)
Returns a String representing each of the field definitions property name, separated by a space.
-