| Modifier and Type | Method and Description |
|---|---|
WidgetReference |
WidgetReference.clone() |
WidgetReference[] |
WidgetDefinition.getSubWidgetReferences()
Returns sub widget definitions references.
|
WidgetReference[] |
LayoutRowDefinition.getWidgetReferences()
Returns the list of widget references to use at a given row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetDefinition.setSubWidgetReferences(WidgetReference[] subWidgets) |
| Modifier and Type | Class and Description |
|---|---|
class |
WidgetReferenceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected WidgetReference[] |
WidgetDefinitionImpl.subWidgetReferences |
protected WidgetReference[] |
LayoutRowDefinitionImpl.widgets |
| Modifier and Type | Method and Description |
|---|---|
WidgetReference |
WidgetReferenceImpl.clone() |
WidgetReference[] |
WidgetDefinitionImpl.getSubWidgetReferences() |
WidgetReference[] |
LayoutRowDefinitionImpl.getWidgetReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetDefinitionImpl.setSubWidgetReferences(WidgetReference[] subWidgetReferences) |
| Constructor and Description |
|---|
LayoutRowDefinitionImpl(String name,
Map<String,Map<String,Serializable>> properties,
WidgetReference[] widgets,
boolean alwaysSelected,
boolean selectedByDefault) |
| Constructor and Description |
|---|
LayoutRowDefinitionImpl(String name,
Map<String,Map<String,Serializable>> properties,
List<WidgetReference> widgets,
boolean alwaysSelected,
boolean selectedByDefault) |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetDefinition |
AbstractLayoutManager.lookupWidget(LayoutDefinition layoutDef,
WidgetReference widgetRef) |
protected WidgetDefinition |
AbstractLayoutManager.lookupWidget(WidgetReference widgetRef) |
| Modifier and Type | Method and Description |
|---|---|
WidgetReference[] |
WidgetDescriptor.getSubWidgetReferences() |
WidgetReference |
WidgetReferenceDescriptor.getWidgetReference() |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetDefinition |
LayoutDefinitionJsonWriter.getWidgetDefinition(WidgetReference widgetReference,
String category,
LayoutDefinition layoutDefinition,
LayoutConversionContext ctx,
List<WidgetDefinitionConverter> widgetConverters) |
void |
WidgetReferenceJsonWriter.write(WidgetReference entity,
com.fasterxml.jackson.core.JsonGenerator jg) |
| Modifier and Type | Method and Description |
|---|---|
static WidgetReference |
JSONLayoutExporter.importWidgetReference(net.sf.json.JSONObject widgetRef) |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(WidgetReference widgetRef) |
protected static WidgetDefinition |
JSONLayoutExporter.exportWidgetReference(WidgetReference widgetRef,
String category,
LayoutDefinition layoutDef,
LayoutConversionContext ctx,
LayoutStore webLayoutManager,
List<WidgetDefinitionConverter> widgetConverters) |
Copyright © 2019 Nuxeo. All rights reserved.