Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.WidgetSelectOption
Packages that use WidgetSelectOption
Package
Description
-
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api
Subinterfaces of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.apiModifier and TypeInterfaceDescriptioninterfaceMultiple select options top be held by theWidgetDefinitionandWidgetgenerated from the definition.Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetSelectOptionModifier and TypeMethodDescriptionWidgetSelectOption.clone()Widget.getSelectOptions()Returns the select options for this widget.WidgetDefinition.getSelectOptions()Returns the select options for this widget.Methods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type WidgetSelectOptionModifier and TypeMethodDescriptionvoidWidgetDefinition.setSelectOptions(WidgetSelectOption[] selectOptions) -
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement WidgetSelectOptionFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as WidgetSelectOptionModifier and TypeFieldDescriptionprotected WidgetSelectOption[]WidgetDefinitionImpl.selectOptionsprotected WidgetSelectOption[]WidgetImpl.selectOptionsMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetSelectOptionModifier and TypeMethodDescriptionWidgetSelectOptionImpl.clone()WidgetDefinitionImpl.getSelectOptions()WidgetImpl.getSelectOptions()Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetSelectOptionModifier and TypeMethodDescriptionvoidWidgetDefinitionImpl.setSelectOptions(WidgetSelectOption[] selectOptions) Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetSelectOptionModifierConstructorDescriptionWidgetDefinitionImpl(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) -
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return WidgetSelectOptionModifier and TypeMethodDescriptionWidgetDescriptor.getSelectOptions()WidgetSelectOptionDescriptor.getWidgetSelectOption()WidgetSelectOptionsDescriptor.getWidgetSelectOption() -
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type WidgetSelectOptionModifier and TypeMethodDescriptionvoidWidgetSelectOptionJsonWriter.write(WidgetSelectOption entity, com.fasterxml.jackson.core.JsonGenerator jg)