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 interfaceWidgetSelectOptionsMultiple select options top be held by theWidgetDefinitionandWidgetgenerated from the definition.Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetSelectOption Modifier and Type Method Description WidgetSelectOptionWidgetSelectOption. 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 voidWidgetDefinition. 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 classWidgetSelectOptionImplclassWidgetSelectOptionsImplFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as WidgetSelectOption Modifier and Type Field Description protected WidgetSelectOption[]WidgetDefinitionImpl. selectOptionsprotected WidgetSelectOption[]WidgetImpl. selectOptionsMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetSelectOption Modifier and Type Method Description WidgetSelectOptionWidgetSelectOptionImpl. 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 voidWidgetDefinitionImpl. 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()WidgetSelectOptionWidgetSelectOptionDescriptor. getWidgetSelectOption()WidgetSelectOptionWidgetSelectOptionsDescriptor. 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 voidWidgetSelectOptionJsonWriter. write(WidgetSelectOption entity, com.fasterxml.jackson.core.JsonGenerator jg)
-