Modifier and Type | Interface and Description |
---|---|
interface |
WidgetSelectOptions
Multiple select options top be held by the
WidgetDefinition and
Widget generated from the definition. |
Modifier and Type | Method and Description |
---|---|
WidgetSelectOption |
WidgetSelectOption.clone() |
WidgetSelectOption[] |
WidgetDefinition.getSelectOptions()
Returns the select options for this widget.
|
WidgetSelectOption[] |
Widget.getSelectOptions()
Returns the select options for this widget.
|
Modifier and Type | Method and Description |
---|---|
void |
WidgetDefinition.setSelectOptions(WidgetSelectOption[] selectOptions) |
Modifier and Type | Class and Description |
---|---|
class |
WidgetSelectOptionImpl |
class |
WidgetSelectOptionsImpl |
Modifier and Type | Method and Description |
---|---|
WidgetSelectOption |
WidgetSelectOptionsImpl.clone() |
WidgetSelectOption |
WidgetSelectOptionImpl.clone() |
WidgetSelectOption[] |
WidgetImpl.getSelectOptions() |
WidgetSelectOption[] |
WidgetDefinitionImpl.getSelectOptions() |
Modifier and Type | Method and Description |
---|---|
void |
WidgetDefinitionImpl.setSelectOptions(WidgetSelectOption[] selectOptions) |
Constructor and 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,
Map<String,Serializable> properties,
boolean required,
Widget[] subWidgets,
int level,
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) |
Modifier and Type | Method and Description |
---|---|
WidgetSelectOption[] |
WidgetDescriptor.getSelectOptions() |
WidgetSelectOption |
WidgetSelectOptionsDescriptor.getWidgetSelectOption() |
WidgetSelectOption |
WidgetSelectOptionDescriptor.getWidgetSelectOption() |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
FaceletHandlerHelper.getSelectOptionProperties(WidgetSelectOption selectOption) |
com.sun.facelets.tag.TagAttributes |
FaceletHandlerHelper.getTagAttributes(WidgetSelectOption selectOption) |
Modifier and Type | Method and Description |
---|---|
static WidgetSelectOption |
JSONLayoutExporter.importWidgetSelectionOption(net.sf.json.JSONObject selectOption) |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(WidgetSelectOption selectOption) |
Modifier and Type | Method and Description |
---|---|
static List<WidgetSelectOption> |
VocabularyHelper.convertToSelectOptions(DocumentModelList entries,
String schema,
String directoryName,
String lang) |
static List<WidgetSelectOption> |
VocabularyHelper.getChainSelectVocabularySelectOptions(String parentDirName,
String childDirName,
String lang) |
static List<WidgetSelectOption> |
VocabularyHelper.getVocabularySelectOptions(String dirName,
String lang) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.