Modifier and Type | Method and Description |
---|---|
LayoutRowDefinition |
LayoutRowDefinition.clone()
Returns a clone instance of this row definition.
|
LayoutRowDefinition[] |
LayoutDefinition.getRows()
Returns the list of widget names to use at a given row.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutDefinition.setRows(LayoutRowDefinition[] rows) |
Modifier and Type | Class and Description |
---|---|
class |
LayoutRowDefinitionImpl
Default implementation for a layout row definition.
|
Modifier and Type | Method and Description |
---|---|
LayoutRowDefinition |
LayoutRowDefinitionImpl.clone() |
LayoutRowDefinition[] |
LayoutDefinitionImpl.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutDefinitionImpl.setRows(LayoutRowDefinition[] rows) |
Constructor and Description |
---|
LayoutDefinitionImpl(String name,
Map<String,Map<String,Serializable>> properties,
Map<String,String> templates,
LayoutRowDefinition[] rows,
Map<String,WidgetDefinition> widgets) |
Constructor and Description |
---|
LayoutDefinitionImpl(String name,
Map<String,Map<String,Serializable>> properties,
Map<String,String> templates,
List<LayoutRowDefinition> rows,
List<WidgetDefinition> widgetDefinitions) |
Modifier and Type | Method and Description |
---|---|
LayoutRowDefinition |
LayoutRowDescriptor.getLayoutRowDefinition() |
LayoutRowDefinition[] |
LayoutDescriptor.getRows() |
Modifier and Type | Method and Description |
---|---|
static String |
LayoutFunctions.computeLayoutRowDefinitionId(LayoutRowDefinition layoutRowDef)
Returns an identifier computed from this definition so that an identical
definition will have the same id.
|
Modifier and Type | Method and Description |
---|---|
static LayoutRowDefinition |
JSONLayoutExporter.importLayoutRowDefinition(net.sf.json.JSONObject layoutRowDef) |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(LayoutRowDefinition layoutRowDef) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.