Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.WidgetSelectOption
-
-
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api
Subinterfaces of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api Modifier and Type Interface Description interface
WidgetSelectOptions
Multiple select options top be held by theWidgetDefinition
andWidget
generated from the definition.Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetSelectOption Modifier and Type Method Description WidgetSelectOption
WidgetSelectOption. clone()
WidgetSelectOption[]
Widget. getSelectOptions()
Returns the select options for this widget.WidgetSelectOption[]
WidgetDefinition. getSelectOptions()
Returns the select options for this widget.Methods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type WidgetSelectOption Modifier and Type Method Description void
WidgetDefinition. 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 WidgetSelectOption Modifier and Type Class Description class
WidgetSelectOptionImpl
class
WidgetSelectOptionsImpl
Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as WidgetSelectOption Modifier and Type Field Description protected WidgetSelectOption[]
WidgetDefinitionImpl. selectOptions
protected WidgetSelectOption[]
WidgetImpl. selectOptions
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetSelectOption Modifier and Type Method Description WidgetSelectOption
WidgetSelectOptionImpl. clone()
WidgetSelectOption[]
WidgetDefinitionImpl. getSelectOptions()
WidgetSelectOption[]
WidgetImpl. getSelectOptions()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetSelectOption Modifier and Type Method Description void
WidgetDefinitionImpl. setSelectOptions(WidgetSelectOption[] selectOptions)
Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetSelectOption 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, 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)
-
Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return WidgetSelectOption Modifier and Type Method Description WidgetSelectOption[]
WidgetDescriptor. getSelectOptions()
WidgetSelectOption
WidgetSelectOptionDescriptor. getWidgetSelectOption()
WidgetSelectOption
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 WidgetSelectOption Modifier and Type Method Description void
WidgetSelectOptionJsonWriter. write(WidgetSelectOption entity, com.fasterxml.jackson.core.JsonGenerator jg)
-