Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.FieldDefinition
Package
Description
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.api
Modifier 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.Modifier and TypeMethodDescriptionvoid
WidgetDefinition.setFieldDefinitions
(FieldDefinition[] fieldDefinitions) -
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
Modifier and TypeFieldDescriptionprotected FieldDefinition[]
WidgetDefinitionImpl.fieldDefinitions
protected FieldDefinition[]
WidgetImpl.fields
Modifier and TypeFieldDescriptionprotected List<FieldDefinition>
WidgetTypeConfigurationImpl.defaultFieldDefinitions
Modifier and TypeMethodDescriptionFieldDefinitionImpl.clone()
WidgetDefinitionImpl.getFieldDefinitions()
WidgetImpl.getFieldDefinitions()
Modifier and TypeMethodDescriptionvoid
WidgetDefinitionImpl.setFieldDefinitions
(FieldDefinition[] fieldDefinitions) Modifier and TypeMethodDescriptionvoid
WidgetTypeConfigurationImpl.setDefaultFieldDefinitions
(List<FieldDefinition> defaultFieldDefinitions) ModifierConstructorDescriptionWidgetDefinitionImpl
(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) ModifierConstructorDescriptionWidgetDefinitionImpl
(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
Modifier and TypeMethodDescriptionFieldDescriptor.getFieldDefinition()
WidgetDescriptor.getFieldDefinitions()
-
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.export
Modifier and TypeMethodDescriptionvoid
FieldDefinitionJsonWriter.write
(FieldDefinition entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of FieldDefinition in org.nuxeo.ecm.platform.forms.layout.functions
Modifier and TypeMethodDescriptionstatic String
LayoutFunctions.getFieldDefinitionsAsString
(FieldDefinition[] defs) Returns a String representing each of the field definitions property name, separated by a space.