Modifier and Type | Method and Description |
---|---|
FieldDefinition |
FieldDefinition.clone()
Returns a clone instance of this field definition.
|
FieldDefinition[] |
WidgetDefinition.getFieldDefinitions()
Returns the list of fields managed by this widget.
|
FieldDefinition[] |
Widget.getFieldDefinitions()
Returns the list of fields managed by this widget.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
WidgetTypeConfiguration.getDefaultFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
WidgetDefinition.setFieldDefinitions(FieldDefinition[] fieldDefinitions) |
Modifier and Type | Class and Description |
---|---|
class |
FieldDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
FieldDefinitionImpl.clone() |
FieldDefinition[] |
WidgetImpl.getFieldDefinitions() |
FieldDefinition[] |
WidgetDefinitionImpl.getFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
WidgetTypeConfigurationImpl.getDefaultFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
WidgetDefinitionImpl.setFieldDefinitions(FieldDefinition[] fieldDefinitions) |
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) |
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)
|
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) |
Constructor and Description |
---|
WidgetDefinitionImpl(String name,
String type,
Map<String,String> labels,
Map<String,String> helpLabels,
boolean translated,
Map<String,String> modes,
List<FieldDefinition> fieldDefinitions,
Map<String,Map<String,Serializable>> properties,
Map<String,Map<String,Serializable>> widgetModeProperties,
List<WidgetDefinition> subWidgets) |
WidgetDefinitionImpl(String name,
String type,
String label,
String helpLabel,
boolean translated,
Map<String,String> modes,
List<FieldDefinition> fieldDefinitions,
Map<String,Serializable> properties,
List<WidgetDefinition> subWidgets) |
WidgetTypeConfigurationImpl(String sinceVersion,
String title,
String description,
String demoId,
boolean demoPreviewEnabled,
Map<String,Serializable> properties,
List<String> supportedModes,
boolean acceptingSubWidgets,
boolean list,
boolean complex,
List<String> supportedFieldTypes,
List<String> defaultFieldTypes,
List<FieldDefinition> defaultFieldDefinitions,
List<String> categories,
Map<String,List<LayoutDefinition>> propertyLayouts) |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
PreviewLayoutDefinition.getFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
FieldDescriptor.getFieldDefinition() |
FieldDefinition[] |
WidgetDescriptor.getFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
WidgetTypeConfigurationDescriptor.getDefaultFieldDefinitions() |
Modifier and Type | Method and Description |
---|---|
static String |
ValueExpressionHelper.createBareExpressionString(String valueName,
FieldDefinition field)
Returns the value expression string representation without the
surrounding brackets, for instance: "value.property" instead of
#{value.property}.
|
static String |
ValueExpressionHelper.createExpressionString(String valueName,
FieldDefinition field) |
Modifier and Type | Method and Description |
---|---|
static String |
LayoutTagLibrary.getFieldDefinitionsAsString(FieldDefinition[] defs)
Returns a String representing each of the field definitions property
name, separated by a space.
|
Modifier and Type | Method and Description |
---|---|
static String |
LayoutFunctions.getFieldDefinitionsAsString(FieldDefinition[] defs)
Returns a String representing each of the field definitions property
name, separated by a space.
|
Modifier and Type | Method and Description |
---|---|
static FieldDefinition |
JSONLayoutExporter.importFieldDefinition(net.sf.json.JSONObject fieldDef) |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(FieldDefinition fieldDef) |
Modifier and Type | Method and Description |
---|---|
Widget |
WebLayoutManagerImpl.createWidget(com.sun.facelets.FaceletContext ctx,
String type,
String mode,
String valueName,
List<FieldDefinition> fieldDefinitions,
String label,
String helpLabel,
Boolean translated,
Map<String,Serializable> properties,
Widget[] subWidgets) |
Widget |
WebLayoutManager.createWidget(com.sun.facelets.FaceletContext ctx,
String type,
String mode,
String valueName,
List<FieldDefinition> fieldDefinitions,
String label,
String helpLabel,
Boolean translated,
Map<String,Serializable> properties,
Widget[] subWidgets)
Returns a widget computed from given information.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.