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 FieldDefinitionFieldDefinition. 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 voidWidgetDefinition. 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 classFieldDefinitionImplFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as FieldDefinition Modifier and Type Field Description protected FieldDefinition[]WidgetDefinitionImpl. fieldDefinitionsprotected FieldDefinition[]WidgetImpl. fieldsFields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type FieldDefinition Modifier and Type Field Description protected List<FieldDefinition>WidgetTypeConfigurationImpl. defaultFieldDefinitionsMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return FieldDefinition Modifier and Type Method Description FieldDefinitionFieldDefinitionImpl. 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 voidWidgetDefinitionImpl. 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 voidWidgetTypeConfigurationImpl. 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 FieldDefinitionFieldDescriptor. 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 voidFieldDefinitionJsonWriter. 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 StringLayoutFunctions. getFieldDefinitionsAsString(FieldDefinition[] defs)Returns a String representing each of the field definitions property name, separated by a space.
-