Package | Description |
---|---|
org.nuxeo.ecm.platform.forms.layout.api | |
org.nuxeo.ecm.platform.forms.layout.api.impl | |
org.nuxeo.ecm.platform.forms.layout.descriptors |
Modifier and Type | Method and Description |
---|---|
WidgetReference |
WidgetReference.clone() |
WidgetReference[] |
LayoutRowDefinition.getWidgetReferences()
Returns the list of widget references to use at a given row.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetReferenceImpl |
Modifier and Type | Method and Description |
---|---|
WidgetReference |
WidgetReferenceImpl.clone() |
WidgetReference[] |
LayoutRowDefinitionImpl.getWidgetReferences() |
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 |
---|---|
WidgetReference |
WidgetReferenceDescriptor.getWidgetReference() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.