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 | Field and Description |
---|---|
protected FieldDefinition[] |
WidgetDefinitionImpl.fieldDefinitions |
protected FieldDefinition[] |
WidgetImpl.fields |
Modifier and Type | Field and Description |
---|---|
protected List<FieldDefinition> |
WidgetTypeConfigurationImpl.defaultFieldDefinitions |
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) |
Modifier and Type | Method and Description |
---|---|
void |
WidgetTypeConfigurationImpl.setDefaultFieldDefinitions(List<FieldDefinition> defaultFieldDefinitions) |
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,
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)
|
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,
boolean containingForm,
List<String> supportedFieldTypes,
List<String> defaultFieldTypes,
List<FieldDefinition> defaultFieldDefinitions,
List<String> categories,
Map<String,List<LayoutDefinition>> propertyLayouts)
Deprecated.
since 5.6: use setters instead
|
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)
Deprecated.
since 5.6: use setters instead
|
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 |
---|---|
protected void |
TemplateWidgetTypeHandler.addFieldVariable(Map<String,javax.el.ValueExpression> variables,
javax.faces.view.facelets.FaceletContext ctx,
Widget widget,
FieldDefinition fieldDef,
Integer index) |
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(javax.faces.view.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(javax.faces.view.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.
|
protected WidgetDefinition |
WebLayoutManagerImpl.createWidgetDefinition(javax.faces.view.facelets.FaceletContext ctx,
String type,
String category,
String mode,
String valueName,
List<FieldDefinition> fieldDefinitions,
String widgetName,
String label,
String helpLabel,
Boolean translated,
Map<String,Serializable> properties,
Widget[] subWidgets) |
Copyright © 2016 Nuxeo SA. All rights reserved.