Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.FieldDefinition
Packages that use FieldDefinition
Package
Description
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return FieldDefinitionModifier and TypeMethodDescriptionFieldDefinition.clone()
Returns a clone instance of this field definition.Widget.getFieldDefinitions()
Returns the list of fields managed by this widget.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 FieldDefinitionMethods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type FieldDefinitionModifier and TypeMethodDescriptionvoid
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 FieldDefinitionFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as FieldDefinitionModifier and TypeFieldDescriptionprotected FieldDefinition[]
WidgetDefinitionImpl.fieldDefinitions
protected FieldDefinition[]
WidgetImpl.fields
Fields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type FieldDefinitionModifier and TypeFieldDescriptionprotected List<FieldDefinition>
WidgetTypeConfigurationImpl.defaultFieldDefinitions
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return FieldDefinitionModifier and TypeMethodDescriptionFieldDefinitionImpl.clone()
WidgetDefinitionImpl.getFieldDefinitions()
WidgetImpl.getFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type FieldDefinitionMethods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type FieldDefinitionModifier and TypeMethodDescriptionvoid
WidgetDefinitionImpl.setFieldDefinitions
(FieldDefinition[] fieldDefinitions) Method parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionvoid
WidgetTypeConfigurationImpl.setDefaultFieldDefinitions
(List<FieldDefinition> defaultFieldDefinitions) Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type FieldDefinitionModifierConstructorDescriptionWidgetDefinitionImpl
(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, 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 FieldDefinitionModifierConstructorDescriptionWidgetDefinitionImpl
(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 FieldDefinitionModifier and TypeMethodDescriptionFieldDescriptor.getFieldDefinition()
WidgetDescriptor.getFieldDefinitions()
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return types with arguments of type FieldDefinition -
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type FieldDefinitionModifier and TypeMethodDescriptionvoid
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 FieldDefinitionModifier and TypeMethodDescriptionstatic String
LayoutFunctions.getFieldDefinitionsAsString
(FieldDefinition[] defs) Returns a String representing each of the field definitions property name, separated by a space.