Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.WidgetSelectOption

Packages that use WidgetSelectOption
org.nuxeo.ecm.platform.forms.layout.api   
org.nuxeo.ecm.platform.forms.layout.api.impl   
org.nuxeo.ecm.platform.forms.layout.descriptors   
org.nuxeo.ecm.platform.forms.layout.facelets   
org.nuxeo.ecm.platform.forms.layout.io   
 

Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api
 

Subinterfaces of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.api
 interface WidgetSelectOptions
          Multiple select options top be held by the WidgetDefinition and Widget generated from the definition.
 

Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetSelectOption
 WidgetSelectOption[] WidgetDefinition.getSelectOptions()
          Returns the select options for this widget.
 WidgetSelectOption[] Widget.getSelectOptions()
          Returns the select options for this widget.
 

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
 class WidgetSelectOptionImpl
           
 class WidgetSelectOptionsImpl
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetSelectOption
 WidgetSelectOption[] WidgetImpl.getSelectOptions()
           
 WidgetSelectOption[] WidgetDefinitionImpl.getSelectOptions()
           
 

Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetSelectOption
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)
          Deprecated. since 5.4.3: use WidgetImpl.WidgetImpl(String, String, String, String, String, FieldDefinition[], String, String, boolean, Map, boolean, Widget[], int, WidgetSelectOption[], String)
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)
           
 

Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.descriptors
 

Classes in org.nuxeo.ecm.platform.forms.layout.descriptors that implement WidgetSelectOption
 class WidgetSelectOptionDescriptor
           
 class WidgetSelectOptionsDescriptor
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return WidgetSelectOption
 WidgetSelectOption[] WidgetDescriptor.getSelectOptions()
           
 

Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.facelets
 

Methods in org.nuxeo.ecm.platform.forms.layout.facelets with parameters of type WidgetSelectOption
 Map<String,Serializable> FaceletHandlerHelper.getSelectOptionProperties(WidgetSelectOption selectOption)
           
 com.sun.facelets.tag.TagAttributes FaceletHandlerHelper.getTagAttributes(WidgetSelectOption selectOption)
           
 

Uses of WidgetSelectOption in org.nuxeo.ecm.platform.forms.layout.io
 

Methods in org.nuxeo.ecm.platform.forms.layout.io that return WidgetSelectOption
static WidgetSelectOption JSONLayoutExporter.importWidgetSelectionOption(net.sf.json.JSONObject selectOption)
           
 

Methods in org.nuxeo.ecm.platform.forms.layout.io with parameters of type WidgetSelectOption
static net.sf.json.JSONObject VocabularyExporter.exportToJson(WidgetSelectOption selectOption)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.